1

fix section bug

This commit is contained in:
Evan Pratten 2021-11-16 11:56:54 -05:00
parent 13c0ec06ca
commit edb3a73c19

View File

@ -5,7 +5,7 @@
{% block head %}
{{ super() }}
<meta property="og:title" content="{{page.title}}" />
<meta property="og:title" content="{{section.title}}" />
{% endblock head %}
{% block content %}