This commit is contained in:
16
layouts/partials/footer.html
Normal file
16
layouts/partials/footer.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<footer class="site-footer">
|
||||
<div class="page-shell footer-inner">
|
||||
<p>{{ site.Title }}.</p>
|
||||
<div class="footer-links">
|
||||
{{ with site.Params.github }}
|
||||
<a href="{{ . }}">GitHub</a>
|
||||
{{ end }}
|
||||
{{ with site.Params.linkedin }}
|
||||
<a href="{{ . }}">LinkedIn</a>
|
||||
{{ end }}
|
||||
{{ with site.Params.email }}
|
||||
<a href="mailto:{{ . }}">Email</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user