pupdated
This commit is contained in:
parent
c8223447a0
commit
4972cbe693
40 changed files with 499 additions and 286 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<head>
|
||||
<title>{{site.name}}{% if title %} - {{title}}{% endif %}</title>
|
||||
{% include "meta.njk" %}
|
||||
<link rel="icon" href="/assets/img/icon/sundae.png">
|
||||
<link rel="icon" href="/assets/img/icon/sundae.png" />
|
||||
<link rel="stylesheet" href="/assets/css/reset.css" />
|
||||
<link rel="stylesheet" href="/assets/css/default/index.css" />
|
||||
</head>
|
||||
|
|
@ -10,13 +10,19 @@
|
|||
<header>
|
||||
<h1>
|
||||
<a href="/home">
|
||||
<img src="/assets/img/theme/citrus/enter.png" alt="Link to home page" />
|
||||
<img
|
||||
src="/assets/img/theme/citrus/enter.png"
|
||||
alt="Link to home page"
|
||||
/>
|
||||
</a>
|
||||
</h1>
|
||||
</header>
|
||||
<main>
|
||||
<a rel="me" href="{{site.mastodon}}" style="display: none">Mastodon</a>
|
||||
<a rel="me" href="{{outgoing.mastodon[0].src}}" style="display: none"
|
||||
>Mastodon</a
|
||||
>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
This site eats cookies for breakfast.
|
||||
|
|
@ -24,7 +30,7 @@
|
|||
<i>*nom nom nom*</i>
|
||||
<br />
|
||||
<sub>(only used for simple interactivity)</sub>
|
||||
<br>Best viewed with an up-to-date browser!
|
||||
<br />Best viewed with an up-to-date browser!
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue