update header docs, remove commented meta tags

This commit is contained in:
c0de 2023-12-28 22:08:02 -06:00
parent 26acdaf66a
commit d6c66161a5

View File

@ -4,8 +4,8 @@
css_theme_name | no | auto css_theme_name | no | auto
canonical_url | yes | none canonical_url | yes | none
page_title | yes | none page_title | yes | none
static (list) static (dict)
- scripts (list) - scripts (dict)
- bootstrap (used in footer.html) - bootstrap (used in footer.html)
- src | yes | none - src | yes | none
- integrity | no | empty - integrity | no | empty
@ -14,7 +14,7 @@
- src | yes | none - src | yes | none
- integrity | no | empty - integrity | no | empty
- crossorigin | no | empty if no integrity, anonymous otherwise - crossorigin | no | empty if no integrity, anonymous otherwise
- css (list) - css (dict)
- bootstrap - bootstrap
- src | yes | none - src | yes | none
- integrity | no | empty - integrity | no | empty
@ -57,6 +57,7 @@
{% endif %} {% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="{{ charset | default('utf-8') }}" />
<link rel="canonical" href="{{ canonical_url }}" /> <link rel="canonical" href="{{ canonical_url }}" />
<title>{{ page_title }}</title> <title>{{ page_title }}</title>
@ -68,15 +69,6 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<!--
#~ These are to be provided by the meta_list above, at minimum ~#
<meta charset="{{ meta.charset | default('utf-8') }}" />
<meta name="description" content="{{ page_description | default('') }}" />
<meta name="generator" content="{{ content_generator | default('') }}" />
<meta name="author" content="{{ page_author | default('') }}" />
<meta name="theme-color" content="#712cf9" />
-->
{% if favicon_list %} {% if favicon_list %}
<!-- Favicons --> <!-- Favicons -->
{% for icon in favicon_list %} {% for icon in favicon_list %}