mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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" %}
|
{% 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 %}
|
{% block content %}
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<header>
|
<header>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue