forked from github/pelican
Add HTML meta generator tag to theme base templates
This commit is contained in:
parent
3f4166e7b6
commit
c8bf3ec5a4
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock html_lang %}">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="Pelican" />
|
||||
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
|
||||
{% if FEED_ALL_ATOM %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue