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
|
@ -10,8 +10,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="colorswitch"><div id="content">
|
<body class="colorswitch"><div id="content">
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article class="colorswitch">
|
||||||
<header class="colorswitch">
|
<header>
|
||||||
<h1 id="title">Categories</h1>
|
<h1 id="title">Categories</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="colorswitch"><div id="content">
|
<body class="colorswitch"><div id="content">
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article class="colorswitch">
|
||||||
<header class="colorswitch">
|
<header>
|
||||||
<h1 id="title">games</h1>
|
<h1 id="title">games</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="colorswitch"><div id="content">
|
<body class="colorswitch"><div id="content">
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article class="colorswitch">
|
||||||
<header class="colorswitch">
|
<header>
|
||||||
<h1 id="title">links</h1>
|
<h1 id="title">links</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="colorswitch"><div id="content">
|
<body class="colorswitch"><div id="content">
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article class="colorswitch">
|
||||||
<header class="colorswitch">
|
<header>
|
||||||
<h1 id="title">music</h1>
|
<h1 id="title">music</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="colorswitch"><div id="content">
|
<body class="colorswitch"><div id="content">
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article class="colorswitch">
|
||||||
<header class="colorswitch">
|
<header>
|
||||||
<h1 id="title">posts</h1>
|
<h1 id="title">posts</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="colorswitch"><div id="content">
|
<body class="colorswitch"><div id="content">
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article class="colorswitch">
|
||||||
<header class="colorswitch">
|
<header>
|
||||||
<h1 id="title">software</h1>
|
<h1 id="title">software</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="colorswitch"><div id="content">
|
<body class="colorswitch"><div id="content">
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article class="colorswitch">
|
||||||
<header class="colorswitch">
|
<header>
|
||||||
<h1 id="title">Tags</h1>
|
<h1 id="title">Tags</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 052ff3b0a8e633fd84011967cbdc2ed694c52d5d
|
Subproject commit a9cd56eed9b692716c854731eae1ba8999c7257c
|
Loading…
Add table
Add a link
Reference in a new issue