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-10-31 20:41:45 +0300
committerwileybaba <wileymckayconte@gmail.com>2018-10-31 20:41:45 +0300
commit6d24bb46624cfbe983fdff6151e35d9f5add7a8f (patch)
treebffc74693c03a080390ee4bebd8762bfa4881e83 /layouts
parentc30c3cd4c1897e9893ac27cc71ec061c05176f63 (diff)
added example site
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 7211d51..7dd4239 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -22,7 +22,7 @@
{{ if .Site.Params.github }}
<a href="https://github.com/{{ .Site.Params.github }}" target="_blank">
- <img class="icon" src="{{ "github.svg" | relURL }}" alt="github" />
+ <img class="icon" src="{{ "img/github.svg" | relURL }}" alt="github" />
</a>
{{ end }}