Update header-custom.html

This commit is contained in:
rottenstonks 2022-04-02 14:24:16 -05:00 committed by GitHub
parent 85a03d5bec
commit 90a216cb19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
<header id="header">
<a href="/atom.xml" target="_blank"><img class="rss-icon" src="/img/rss-32x32.png" alt="ATOM Feed" title="ATOM Feed" /></a>
<!-- Dark Mode Button -->
<label class="switch">
<input type="checkbox">
@ -14,6 +16,4 @@
<a href="{{ site.baseurl }}" class="wk">Weekly</a>
<a href="/periodicals/" class="pd">Periodical</a>
</div>
<img class="rss-icon" src="{{ "/img/rss-32x32.png" | prepend: site.baseurl | replace: '//', '/' }}" alt="ATOM Feed" title="ATOM Feed">
</header>