mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Add share links at bottom of page
This commit is contained in:
@@ -29,6 +29,14 @@
|
||||
{{ partial "content" . }}
|
||||
<br>
|
||||
</div>
|
||||
{{ if .Site.Params.share }}
|
||||
<div class="share">
|
||||
<a href="" class="ssk ssk-facebook"></a>
|
||||
<a href="" class="ssk ssk-twitter"></a>
|
||||
<a href="" class="ssk ssk-google-plus"></a>
|
||||
<a href="" class="ssk ssk-linkedin"></a>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ if .Site.Params.posts_navigation }}
|
||||
<div class="navigation">
|
||||
{{ if .PrevInSection }}
|
||||
|
Reference in New Issue
Block a user