Add metadata and header to all sites

This commit is contained in:
Jonas Tobias Hopusch 2021-06-13 23:23:29 +02:00
parent ef50483e31
commit 0e2a09f641
Failed to generate hash of commit
1 changed files with 15 additions and 1 deletions

View File

@ -2,8 +2,22 @@
<html lang="de-en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>jotoho.de - A personal website</title>
</head>
<body>
<header>
<div>
<a href="{{ config.base_url }}"><h2>jotoho.de - My personal website</h2></a>
</div>
<table>
<tr>
<td><a href="{{ get_url(path="@/blog/_index.md") }}">Blog</a></td>
</tr>
</table>
<hr/>
</header>
{% block content %} {% endblock %}
<footer>
@ -15,7 +29,7 @@
>) All rights reserved.
</p>
<p>
This page is being served using GitLab Pages. You can contact me
This page is being served using <a rel="noreferer" href="https://docs.gitlab.com/ee/user/project/pages/">GitLab Pages</a>. You can contact me
via <a href="mailto:webmaster@jotoho.de">email</a> regarding any
issues with this website.
</p>