A few fixes
This commit is contained in:
parent
477f5a851d
commit
111c859aee
3 changed files with 6 additions and 1 deletions
|
@ -29,5 +29,6 @@ layout: layouts/base.njk
|
|||
{% if series %}
|
||||
<hr>
|
||||
{% set seriesName = series.name %}
|
||||
<a id="seriesNav"></a>
|
||||
{% include "series_list.njk" %}
|
||||
{% endif %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<nav name="Social Links" class="socials">
|
||||
<ul class="simple-list">
|
||||
<li><a href="/posts.xml" title="Posts RSS Feed" type="application/atom+xml">
|
||||
<li><a href="/feed.xml" title="Posts RSS Feed" type="application/atom+xml">
|
||||
<img src="/img/feed-icon.svg"></a>
|
||||
</li>
|
||||
<li><a href="https://forge.crispbyte.dev/cheddar" title="Git Profile"><img src="/img/git-icon.svg"></a></li>
|
||||
|
|
|
@ -27,6 +27,10 @@ hr {
|
|||
margin: 20px 0 0 0;
|
||||
}
|
||||
|
||||
article {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
article > h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue