Added site name to page title

This commit is contained in:
Kate 2020-11-22 06:41:53 +00:00
parent d566df124c
commit 634adee6ac
7 changed files with 8 additions and 20 deletions

View file

@ -1,7 +1,5 @@
{% extends "layout.html" %}
{% block customhead %}
<title>{{ title }}</title>
{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block nav_home %}active{% endblock %}
{% block content %}
<div class="container">

View file

@ -7,8 +7,8 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<meta name="viewport" content="width=device-with,initial-scale=1.0">
{% block customhead %}
{% endblock %}
<title>{% block title %}{% endblock %} - {{ site_name }}</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light mb-4">

View file

@ -1,7 +1,5 @@
{% extends "layout.html" %}
{% block customhead %}
<title>{{ title }}</title>
{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block nav_latest %}{% if latest %}active{% endif %}{% endblock %}
{% block content %}

View file

@ -1,7 +1,5 @@
{% extends "layout.html" %}
{% block customhead %}
<title>{{ title }}</title>
{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<div class="container">

View file

@ -1,7 +1,5 @@
{% extends "layout.html" %}
{% block customhead %}
<title>{{ title }}</title>
{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block nav_new_post %}active{% endblock %}
{% block content %}

View file

@ -1,7 +1,5 @@
{% extends "layout.html" %}
{% block customhead %}
<title>{{ title }}</title>
{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<div class="container">

View file

@ -1,7 +1,5 @@
{% extends "layout.html" %}
{% block customhead %}
<title>{{ title }}</title>
{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block nav_tags %}active{% endblock %}
{% block content %}