Styling to suit bayou theme

Also moved the sidebar components in a new directory.
This commit is contained in:
Leon Mika 2025-02-04 22:00:53 +11:00
parent 6de6b65c7a
commit cd04e9bc5f
4 changed files with 18 additions and 6 deletions

View file

@ -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">