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