fix content in wrong div
This commit is contained in:
parent
30208a09a5
commit
a28aa86ce0
@ -10,13 +10,13 @@
|
||||
{% seo %}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<header>
|
||||
<div class="container title-container">
|
||||
<h1 class="logo">shrapnelnet</h1>
|
||||
<p id="quote"></p>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
</header>
|
||||
<main>
|
||||
<div class="container">
|
||||
<h2 class="highlighted">article</h2>
|
||||
<div id="articles">
|
||||
@ -62,7 +62,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<img src="/assets/graphics/rss_optimised.png" alt="rss logo" width="32" height="32" />
|
||||
<img src="/assets/graphics/rss_optimised.png" alt="rss logo" width="32" height="32"/>
|
||||
<a href="/feed.xml">RSS feed</a>
|
||||
</div>
|
||||
</div>
|
||||
@ -400,13 +400,14 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>Licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU GPLv3</a></p>
|
||||
<p>source available at <a href="https://github.com/shrapnelnet/blog">github</a></p>
|
||||
<img src="/assets/buttons/gnu.png" alt="gnu gpl logo">
|
||||
</div>
|
||||
</main>
|
||||
<script data-goatcounter="https://goatcounter.shr4pnel.com/count" async="" src="https://goatcounter.shr4pnel.com/count.js"></script>
|
||||
<script src="/assets/js/quote.js"></script>
|
||||
</div>
|
||||
</main>
|
||||
<script data-goatcounter="https://goatcounter.shr4pnel.com/count" async=""
|
||||
src="https://goatcounter.shr4pnel.com/count.js"></script>
|
||||
<script src="/assets/js/quote.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user