mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-02 10:15:55 +00:00
Fix page titles
This commit is contained in:
parent
98d8a2750f
commit
447da5fdc1
3 changed files with 1 additions and 9 deletions
|
|
@ -1,9 +1,5 @@
|
|||
{% extends "samhuri.net.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>{{ site.title }}: {{ post.title }}</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<article class="container">
|
||||
<header>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{% extends "samhuri.net.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>{{ site.title }}: {{ post.title }}</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<article class="container">
|
||||
<header>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue