forked from 00dani/lemoncurry
Add a meta[name='generator'] tag to the layout
This commit is contained in:
parent
132da5d69b
commit
23ab0c4329
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,8 @@
|
|||
|
||||
<link rel="manifest" href="{% url 'wellknowns:manifest' %}" />
|
||||
<meta name="theme-color" content="{% theme_colour 2 %}" />
|
||||
{% get_package_json as package %}
|
||||
<meta name="generator" content="{{ package.name }} {{ package.version }}" />
|
||||
|
||||
<meta property="og:url" content="{{ uri }}" />
|
||||
<meta property="og:title" content="{% firstof title site_name %}" />
|
||||
|
@ -105,7 +107,6 @@
|
|||
</nav>
|
||||
{% endif %}
|
||||
|
||||
{% get_package_json as package %}
|
||||
<p>powered by <a rel="code-repository" href="{{ package.repository }}/tree/v{{ package.version }}">{{ package.name }} {{ package.version }}</a></p>
|
||||
</footer>
|
||||
|
||||
|
|
Loading…
Reference in a new issue