mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
fix text on list pages oops
This commit is contained in:
parent
0759960496
commit
2706d991fe
8 changed files with 15 additions and 15 deletions
public
categories
games
links
music
posts
software
tags
themes
|
@ -10,8 +10,8 @@
|
|||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<article class="colorswitch">
|
||||
<header>
|
||||
<h1 id="title">Categories</h1>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<article class="colorswitch">
|
||||
<header>
|
||||
<h1 id="title">games</h1>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<article class="colorswitch">
|
||||
<header>
|
||||
<h1 id="title">links</h1>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<article class="colorswitch">
|
||||
<header>
|
||||
<h1 id="title">music</h1>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<article class="colorswitch">
|
||||
<header>
|
||||
<h1 id="title">posts</h1>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<article class="colorswitch">
|
||||
<header>
|
||||
<h1 id="title">software</h1>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<article class="colorswitch">
|
||||
<header>
|
||||
<h1 id="title">Tags</h1>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 052ff3b0a8e633fd84011967cbdc2ed694c52d5d
|
||||
Subproject commit a9cd56eed9b692716c854731eae1ba8999c7257c
|
Loading…
Reference in a new issue