create new colophone
This commit is contained in:
parent
7b35ef87b6
commit
eced2f9522
2 changed files with 22 additions and 1 deletions
|
@ -2,9 +2,10 @@
|
|||
<div class="wrapper">
|
||||
<p>
|
||||
<a href="/kontakt">Kontakt</a> |
|
||||
<a href="/colophon">Colophon</a> |
|
||||
<a href="/impressum">Impressum</a> |
|
||||
<a href="/datenschutzerklaerung">Datenschutz</a> |
|
||||
<a href="/feed.xml">RSS</a></p>
|
||||
<p>Handmade with <span class="entypo red">♥</span> in Hamburg by <a href="/nico">Nico Jensen</a></p>
|
||||
<p>Handmade with <span class="entypo red">♥</span> in Hamburg<br>© {{ 'now' | date: "%Y" }} Nico Jensen</p>
|
||||
</div>
|
||||
</footer>
|
20
colophon.html
Normal file
20
colophon.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: default
|
||||
title: Colophon
|
||||
---
|
||||
<article class="post">
|
||||
<header class="post-header wrapper">
|
||||
<h2 class="post-title">Colophon</h2>
|
||||
</header>
|
||||
<div class="post-content wrapper">
|
||||
<p>Diese Seite ...</p>
|
||||
<ul>
|
||||
<li>ist erstellt von <a href="https://nicojensen.de/nico">Nico Jensen</a>.</li>
|
||||
<li>wird gehosted auf <a href="https://uberspace.de">uberspace.de</a>.</li>
|
||||
<li>wird in einem privaten GitHub verwaltet.</li>
|
||||
<li>benutzt den static site generator Jykell.</li>
|
||||
<li>wird Programmiert mit Visual Studio Code.</li>
|
||||
<li>ist, sofern nicht anders angegeben, unter <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> lizenz freigegeben.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
Loading…
Add table
Reference in a new issue