diff options
| author | horus | 2021-03-15 20:24:24 +0100 |
|---|---|---|
| committer | horus | 2021-03-15 20:24:24 +0100 |
| commit | f1a21c824291b5d5a54ccfe6488d0475bb4f421c (patch) | |
| tree | 6d9ff317bc8924a8f07fe10fd3b98e08a8a6598b | |
| parent | 56558fcea385d877e2663d7cf99ad772479cd440 (diff) | |
| download | moehring-f1a21c824291b5d5a54ccfe6488d0475bb4f421c.tar.gz | |
Better title
| -rw-r--r-- | views/404.html | 2 | ||||
| -rw-r--r-- | views/about.html | 2 | ||||
| -rw-r--r-- | views/index.html | 2 | ||||
| -rw-r--r-- | views/projects.html | 2 | ||||
| -rw-r--r-- | views/tools.html | 2 |
5 files changed, 6 insertions, 4 deletions
diff --git a/views/404.html b/views/404.html index ea1ac26..2706a6d 100644 --- a/views/404.html +++ b/views/404.html @@ -1,6 +1,6 @@ {% extends "snippets/layout.html" %} -{% block title "404 | maximilianmoehring.com " %} +{% block title "404 | Maximilian Möhring" %} {% block main %} diff --git a/views/about.html b/views/about.html index 190af69..542dcb6 100644 --- a/views/about.html +++ b/views/about.html @@ -1,6 +1,6 @@ {% extends "snippets/layout.html" %} -{% block title "about me | maximilianmoehring.com" %} +{% block title "about me | Maximilian Möhring" %} {% block css %} .main { diff --git a/views/index.html b/views/index.html index 30c4377..9e7151a 100644 --- a/views/index.html +++ b/views/index.html @@ -1,5 +1,7 @@ {% extends "snippets/layout.html" %} +{% block title "Maximilian Möhring" %} + {% block css %} .index-list > li { margin-bottom: 1rem; diff --git a/views/projects.html b/views/projects.html index 6bf8381..e5694b1 100644 --- a/views/projects.html +++ b/views/projects.html @@ -1,6 +1,6 @@ {% extends "snippets/layout.html" %} -{% block title "projects | maximilianmoehring.com" %} +{% block title "projects | Maximilian Möhring" %} {% block main %} <div class="container"> diff --git a/views/tools.html b/views/tools.html index 2e8ddfc..be1225a 100644 --- a/views/tools.html +++ b/views/tools.html @@ -1,6 +1,6 @@ {% extends "snippets/layout.html" %} -{% block title "tools | maximilianmoehring.com" %} +{% block title "tools | Maximilian Möhring" %} {% block css %} {% endblock %} |
