mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 10:08:12 +08:00
Fix and refactor website meta tags for better SEO and social media previews
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{ section.title }}{% endblock title %}
|
||||
{%- block head -%}{%- set page = page | default(value = section) -%}
|
||||
{%- set title = page.title -%}
|
||||
{%- endblock head -%}
|
||||
|
||||
{% block content %}
|
||||
{{ section.content | safe }}
|
||||
{% endblock content %}
|
||||
{%- block content -%}{%- set page = page | default(value = section) -%}
|
||||
{{ page.content | safe }}
|
||||
{%- endblock content -%}
|
||||
|
||||
Reference in New Issue
Block a user