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

github.com/wileybaba/hugo-theme-robotico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwileybaba <wileymckayconte@gmail.com>2018-11-02 21:11:48 +0300
committerwileybaba <wileymckayconte@gmail.com>2018-11-02 21:11:48 +0300
commit95c4ab58d67f808f30adfbab559ce844c2271cd5 (patch)
treed308cfcde1c6551831468ef3e64ec394bcaf96fb /layouts
parent4ea78634006cdb66cd9eb2b18dfc5bf8f2acf244 (diff)
fixed fork link
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 7dd4239..4751017 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -51,7 +51,7 @@
{{ end }}
{{ if .Site.Params.fork}}
- <a href="#">
+ <a href="{{ .Site.Params.fork }}">
<img class="icon" src="{{ .Site.BaseURL }}img/git.svg" alt="fork this page" title="fork this theme" />
</a>
{{ end }}