chore: cleanup
This commit is contained in:
parent
7caaf7bbcb
commit
55a0f3026a
8 changed files with 48 additions and 54 deletions
|
@ -307,6 +307,7 @@ th {
|
|||
& h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -108,7 +108,8 @@
|
|||
<link rel="alternate" href="https://coryd.dev/feeds/album-releases" title="Album releases / {{ globals.site_name }}" type="application/rss+xml">
|
||||
<link rel="alternate" href="https://coryd.dev/feeds/all" title="All activity / {{ globals.site_name }}" type="application/rss+xml">
|
||||
<script defer src="/assets/scripts/index.js?v={% appVersion %}"></script>
|
||||
<script defer src="/js/script.js" data-website-id="f405b664-258b-4d77-bd42-94ccf6b294f5"></script>
|
||||
<script defer data-domain="coryd.dev" src="/js/script.js"></script>
|
||||
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
|
|
|
@ -5,7 +5,7 @@ permalink: /blogroll.html
|
|||
description: These are awesome blogs that I enjoy and you may enjoy too.
|
||||
---
|
||||
<h2>{{ title }}</h2>
|
||||
<p>You can <a href="/blogroll.opml" data-umami-event="Blogroll OPML download">Download OPML</a>
|
||||
<p>You can <a href="/blogroll.opml" class="plausible-event-name=Blogroll+OPML+download">Download OPML</a>
|
||||
download an OPML file</a> containing all of these feeds and import them into your RSS reader.</p>
|
||||
<table>
|
||||
<tr>
|
||||
|
|
Reference in a new issue