Squashed 'themes/paperesque/' content from commit 228903d
git-subtree-dir: themes/paperesque git-subtree-split: 228903d2bad09f92d4de8a2922806fafd24d3966
This commit is contained in:
9
layouts/partials/right-links.html
Normal file
9
layouts/partials/right-links.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<ul class="list-unstyled right-links">
|
||||
{{ range .Site.Params.TopMenu }}
|
||||
<li>
|
||||
<a href="{{ .url | relURL }}">
|
||||
<span class="post-title">{{ .name }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user