Styling to suit bayou theme
Also moved the sidebar components in a new directory.
This commit is contained in:
parent
6de6b65c7a
commit
cd04e9bc5f
4 changed files with 18 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{{ if and (.Site.Data.blogrolls) (.Site.Data.blogrolls.recommendations) }}
|
||||
<ul class="blogroll">
|
||||
{{ range .Site.Data.blogrolls.recommendations }}
|
||||
<li><a href="{{ .url }}">{{ .name }}: <span>{{ (urls.Parse .url).Hostname }}</span></a></li>
|
||||
<li><a href="{{ .url }}"><span>{{ .name }}:</span> {{ (urls.Parse .url).Hostname }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<div class="blogroll-footer-links">
|
||||
Loading…
Add table
Add a link
Reference in a new issue