From 38e03fdb7da3af71e7434bbf12c0476b10168234 Mon Sep 17 00:00:00 2001 From: horus Date: Wed, 24 Feb 2021 15:39:48 +0100 Subject: change domain name and add rel=nofollow to some links --- views/404.html | 2 +- views/about.html | 2 +- views/projects.html | 4 ++-- views/snippets/layout.html | 2 +- views/tools.html | 16 ++++++++-------- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/views/404.html b/views/404.html index fc75002..ea1ac26 100644 --- a/views/404.html +++ b/views/404.html @@ -1,6 +1,6 @@ {% extends "snippets/layout.html" %} -{% block title "404 | iamfabulous.de" %} +{% block title "404 | maximilianmoehring.com " %} {% block main %} diff --git a/views/about.html b/views/about.html index 968a84b..db4a10c 100644 --- a/views/about.html +++ b/views/about.html @@ -1,6 +1,6 @@ {% extends "snippets/layout.html" %} -{% block title "about me | iamfabulous.de" %} +{% block title "about me | maximilianmoehring.com" %} {% block css %} .main { diff --git a/views/projects.html b/views/projects.html index 59ccf7b..089434b 100644 --- a/views/projects.html +++ b/views/projects.html @@ -1,6 +1,6 @@ {% extends "snippets/layout.html" %} -{% block title "projects | iamfabulous.de" %} +{% block title "projects | maximilianmoehring.com" %} {% block main %}
@@ -17,7 +17,7 @@ MostDiscussed.com - I collect (good) Wikipedia articles and their respective discussions posted on HN.
  • - Anistats.com - I try to build something with historical anime data. Anistats keeps track about how current anime get scored on MyAnimeList.net, and displays the progression over time. + Anistats.com - I try to build something with historical anime data. Anistats keeps track about how current anime get scored on MyAnimeList.net, and displays the progression over time.
  • diff --git a/views/snippets/layout.html b/views/snippets/layout.html index ff468a0..2dda9cf 100644 --- a/views/snippets/layout.html +++ b/views/snippets/layout.html @@ -12,7 +12,7 @@ {% endblock %} {% block title %} - iamfabulous.de + maximilianmoehring.com {% endblock %}