forked from github/pelican
Added metadata information. Refs #1028
This commit is contained in:
parent
7ec4d5faa2
commit
2826c1a558
1 changed files with 10 additions and 0 deletions
|
|
@ -1,4 +1,14 @@
|
|||
{% extends "base.html" %}
|
||||
{% block head %}
|
||||
{% for keyword in article.keywords %}
|
||||
<meta name="keywords" contents="{{keyword}}">
|
||||
{% endfor %}
|
||||
|
||||
{% for description in article.description %}
|
||||
<meta name="description" contents="{{description}}">
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section id="content" class="body">
|
||||
<header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue