mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
A working implementation of social links
This commit is contained in:
@@ -23,6 +23,14 @@
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="tags">
|
||||
<ul>
|
||||
{{ range .Params.socialLinks }}
|
||||
<div class="middot"></div>
|
||||
<li><a href="{{ index . 1 }}">{{ index . 0 }}</a> </li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="markdown">
|
||||
|
Reference in New Issue
Block a user