mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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" %}
|
{% extends "samhuri.net.html" %}
|
||||||
|
|
||||||
{% block title %}
|
|
||||||
<title>{{ site.title }}: {{ post.title }}</title>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<article class="container">
|
<article class="container">
|
||||||
<header>
|
<header>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
{% extends "samhuri.net.html" %}
|
{% extends "samhuri.net.html" %}
|
||||||
|
|
||||||
{% block title %}
|
|
||||||
<title>{{ site.title }}: {{ post.title }}</title>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<article class="container">
|
<article class="container">
|
||||||
<header>
|
<header>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
<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="icon" type="image/png" href="/images/favicon-32x32.png">
|
||||||
<link rel="shortcut icon" href="/images/favicon.ico">
|
<link rel="shortcut icon" href="/images/favicon.ico">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue