Update page title

This commit is contained in:
Gabriel Augendre 2020-11-28 20:48:02 +01:00
parent 7b20f6d3b7
commit 541f50c8f1
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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">