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

github.com/rhnvrm/bodhi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Verma <hello@rohanverma.net>2020-05-29 13:19:29 +0300
committerRohan Verma <hello@rohanverma.net>2020-05-29 13:19:29 +0300
commit7ca8ea5b0dc4375b4b9893d249b963b0a5af0309 (patch)
treede3e016e2e023b1006d403a946e6b0c51b39ed72
parentd62a297d9455b01ca20bf0ac6769a5d864ec83e1 (diff)
fix: theme links
-rw-r--r--exampleSite/config.toml5
-rw-r--r--layouts/partials/footer.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 441d4bf..90814ad 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -52,3 +52,8 @@ unsafe= true
noClasses = true
style = "emacs"
tabWidth = 4
+
+[[params.social]]
+name = "Github"
+icon = "github"
+url = "https://github.com/rhnvrm/bodhi"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 2133839..225d539 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -5,5 +5,5 @@
{{ . }}
<br>
{{ end }}
-This page was generated using the <a href="">Bodhi</a> theme for Hugo.
+This page was generated using the <a href="https://github.com/rhnvrm/bodhi">Bodhi</a> theme for Hugo.
</div>