Add metadata and header to all sites
This commit is contained in:
parent
ef50483e31
commit
0e2a09f641
1 changed files with 15 additions and 1 deletions
|
@ -2,8 +2,22 @@
|
||||||
<html lang="de-en">
|
<html lang="de-en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<title>jotoho.de - A personal website</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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 %}
|
{% block content %} {% endblock %}
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -15,7 +29,7 @@
|
||||||
>) All rights reserved.
|
>) All rights reserved.
|
||||||
</p>
|
</p>
|
||||||
<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
|
via <a href="mailto:webmaster@jotoho.de">email</a> regarding any
|
||||||
issues with this website.
|
issues with this website.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue