chore: style tweaks
This commit is contained in:
parent
afcdc286ea
commit
278ddec3eb
2 changed files with 6 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue