More styling of the sidebar

This commit is contained in:
Leon Mika 2024-03-13 21:18:05 +11:00
parent 9337a79ad0
commit 4d9214cb0a
2 changed files with 14 additions and 12 deletions

View file

@ -1,7 +1,8 @@
<div class="sidebar">
<div class="sidebar-cell">
<p>Recommendations</p>
<header>
<h1>Recommendations</h1>
</header>
<ul class="blogroll">
{{ range .Site.Data.blogrolls.recommendations }}
<li><a href="{{ .url }}">{{ .name }}: <span>{{ (urls.Parse .url).Hostname }}</span></a></li>