chore: style tweaks

This commit is contained in:
Cory Dransfeldt 2024-01-28 16:09:30 -08:00
parent afcdc286ea
commit 278ddec3eb
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View file

@ -14,7 +14,7 @@ description: 'These are awesome blogs that I enjoy and you may enjoy too.'
<div class="blog__banner--grid">
{% for blog in blogroll %}
<div class="blog__banner">
<h4>{{ blog.name }}</h4>
<strong>{{ blog.name }}</strong>
<div class="meta">
<a class="no-underline" href="{{blog.url}}">Website</a>
{% if blog.feed %} • <a class="no-underline" href="{{ blog.feed }}">Feed</a>{% endif %}