basic rss support

This commit is contained in:
zoe 2022-04-16 18:45:12 +02:00
parent 9b35c941c5
commit c06f6add4b
10 changed files with 26 additions and 8 deletions

View File

@ -13,7 +13,7 @@
<main>
<article class="colorswitch">
<header>
<h1 id="title">Categories</h1>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">Categories</a></h1>
</header>

View File

@ -13,7 +13,7 @@
<main>
<article class="colorswitch">
<header>
<h1 id="title">games</h1>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">games</a></h1>
</header>

View File

@ -13,7 +13,7 @@
<main>
<article class="colorswitch">
<header>
<h1 id="title">links</h1>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">links</a></h1>
</header>

View File

@ -13,7 +13,7 @@
<main>
<article class="colorswitch">
<header>
<h1 id="title">music</h1>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">music</a></h1>
</header>
<h2 id="where-to-listen" class="colorswitch">

View File

@ -13,7 +13,7 @@
<main>
<article class="colorswitch">
<header>
<h1 id="title">posts</h1>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">posts</a></h1>
</header>

View File

@ -158,6 +158,14 @@ h6a.light {
h6a.light:hover {
background-color: transparent; }
h1 #rss-title {
background-color: transparent;
color: #413c74; }
h1 #rss-title:hover {
background-color: transparent; }
h1 #rss-title.light {
color: #ffffff; }
header.light {
background-color: #ffffff; }
@ -365,6 +373,7 @@ ul {
h1 {
font-size: 42pt; }
h1 a,
h2 a {
font-size: 42pt;
font-style: bold; }

View File

@ -13,7 +13,7 @@
<main>
<article class="colorswitch">
<header>
<h1 id="title">software</h1>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">software</a></h1>
</header>

View File

@ -13,7 +13,7 @@
<main>
<article class="colorswitch">
<header>
<h1 id="title">Tags</h1>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">Tags</a></h1>
</header>

View File

@ -158,6 +158,14 @@ h6a.light {
h6a.light:hover {
background-color: transparent; }
h1 #rss-title {
background-color: transparent;
color: #413c74; }
h1 #rss-title:hover {
background-color: transparent; }
h1 #rss-title.light {
color: #ffffff; }
header.light {
background-color: #ffffff; }
@ -365,6 +373,7 @@ ul {
h1 {
font-size: 42pt; }
h1 a,
h2 a {
font-size: 42pt;
font-style: bold; }

@ -1 +1 @@
Subproject commit 3d406997cb0b5a21ad5c76fc620781ea839f48df
Subproject commit 876124a84541e09c4f2d3b2a5202e5826be316ee