Merge commit 'e186c5d6f740bbdb62d2c6ea304977603a55e59a' as 'themes/paperesque'
This commit is contained in:
9
themes/paperesque/layouts/partials/right-links.html
Normal file
9
themes/paperesque/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