Add imgur album link

This commit is contained in:
Starbeamrainbowlabs 2018-10-20 17:47:29 +01:00
parent f62bebda76
commit 230e3ffbed
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,9 @@ Developed by Starbeamrainbowlabs (though contributions from others are welcome!)
Above: The Main Page used for testing purposes.
A live demo of the latest stable version can be found over at [my website](//starbeamrainbowlabs.com/labs/peppermint)
A live demo of the latest stable version can be found over at [my website](//starbeamrainbowlabs.com/labs/peppermint).
More screenshots can be found in [this Imgur Album](https://imgur.com/a/lsBc3cM).
## Features
- Configurable settings

View File

@ -406,7 +406,7 @@ if($settings->sessionprefix == "auto")
/////////////////////////////////////////////////////////////////////////////
/** The version of Pepperminty Wiki currently running. */
$version = "v0.17";
$commit = "1cec17a4419d4ba1f56f7734cc99f75bcb8e4722";
$commit = "f62bebda76fdc0fc2f076a5b9c6afd284b64016f";
/// Environment ///
/** Holds information about the current request environment. */
$env = new stdClass();