Update page title
This commit is contained in:
parent
7b20f6d3b7
commit
541f50c8f1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
{% if open_graph_image_url %}
|
||||
<meta property="og:image" content="{{ open_graph_image_url }}">
|
||||
{% endif %}
|
||||
<title>{% block title %}Home | {% endblock %}Gab's Notes</title>
|
||||
<title>{% block title %}Home | {% endblock %}Gab's Notes by Gabriel Augendre</title>
|
||||
<link rel="stylesheet" id="code-light" href="{% static 'code-light.css' %}" type="text/css">
|
||||
<link rel="stylesheet" id="code-dark" href="{% static 'code-dark.css' %}" type="text/css">
|
||||
<link rel="stylesheet" href="{% static 'style.css' %}" type="text/css">
|
||||
|
|
Reference in a new issue