forked from github/pelican-alchemy
Add META_DESCRIPTION option
This commit is contained in:
parent
3b78ae2e47
commit
8881d326c9
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<meta name="author" content="{{ AUTHOR }}">
|
||||
<meta name="description" content="{{ META_DESCRIPTION|striptags }}">
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% block page_title %}
|
||||
<h1>All Articles</h1>
|
||||
|
|
|
|||
Reference in a new issue