|
|
@@ -0,0 +1,27 @@
|
|
|
+<footer class="container">
|
|
|
+ <hr class="soften">
|
|
|
+ <p class="text-center">
|
|
|
+ {{- partial "copyright.html" . -}}
|
|
|
+ </p>
|
|
|
+ <p class="text-center">
|
|
|
+ {{ with .Site.Params.facebook }}
|
|
|
+ <a href="{{ . }}">Facebook</a> |
|
|
|
+ {{ end }}
|
|
|
+ {{ with .Site.Params.twitter }}
|
|
|
+ <a href="{{ . }}">Twitter</a> |
|
|
|
+ {{ end }}
|
|
|
+ {{ with .Site.Params.linkedin }}
|
|
|
+ <a href="{{ . }}">Linkedin</a> |
|
|
|
+ {{ end }}
|
|
|
+ {{ with .Site.Params.github }}
|
|
|
+ <a href="{{ . }}">GitHub</a> |
|
|
|
+ {{ end }}
|
|
|
+ {{ with .Site.Params.gitlab }}
|
|
|
+ <a href="{{ . }}">GitLab</a> |
|
|
|
+ {{ end }}
|
|
|
+ {{ with .Site.Params.gogs }}
|
|
|
+ <a href="{{ . }}">Gogs</a> |
|
|
|
+ {{ end }}
|
|
|
+ <a href="/index.xml">RSS Feed</a>
|
|
|
+ </p>
|
|
|
+</footer>
|