Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/kross-hugo-portfolio-template.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat-gyver <somrat.gyver@gmail.com>2020-07-16 12:14:26 +0300
committersomrat-gyver <somrat.gyver@gmail.com>2020-07-16 12:14:26 +0300
commit141beebb97533cb94c907f70c98333799bbc9aaf (patch)
tree2281663a83f65f9153240ee28107b7385829d3d5
parent9cf36415a0accebd2e85587c3e8cceded29ea241 (diff)
added preloader
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/static/images/preloader.gifbin0 -> 59658 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b1fd571..db3ae26 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -71,7 +71,7 @@ copyright = "Copyright &copy; 2020 a theme by [gethugothemes](https://gethugothe
# preloader
[params.preloader]
enable = true
-preloader = "" # use png, jpg, svg or gif format
+preloader = "images/preloader.gif" # use png, jpg, svg or gif format
# contact
[params.contact]
diff --git a/exampleSite/static/images/preloader.gif b/exampleSite/static/images/preloader.gif
new file mode 100644
index 0000000..daf0bb1
--- /dev/null
+++ b/exampleSite/static/images/preloader.gif
Binary files differ