Fix page titles

This commit is contained in:
Sami Samhuri 2019-12-03 17:57:03 -08:00
parent 98d8a2750f
commit 447da5fdc1
3 changed files with 1 additions and 9 deletions

View file

@ -1,9 +1,5 @@
{% extends "samhuri.net.html" %}
{% block title %}
<title>{{ site.title }}: {{ post.title }}</title>
{% endblock %}
{% block body %}
<article class="container">
<header>

View file

@ -1,9 +1,5 @@
{% extends "samhuri.net.html" %}
{% block title %}
<title>{{ site.title }}: {{ post.title }}</title>
{% endblock %}
{% block body %}
<article class="container">
<header>

View file

@ -6,7 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
{% block title %}<title>{{ site.title }}</title>{% endblock %}
<title>{{ title }}</title>
<link rel="icon" type="image/png" href="/images/favicon-32x32.png">
<link rel="shortcut icon" href="/images/favicon.ico">