summaryrefslogtreecommitdiffstats
path: root/src/templates/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/entry.html')
-rw-r--r--src/templates/entry.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/templates/entry.html b/src/templates/entry.html
index 4335bbf..9cd4f78 100644
--- a/src/templates/entry.html
+++ b/src/templates/entry.html
@@ -3,6 +3,12 @@
{% block head %}
<link href="isso.css" rel="stylesheet">
<link href="../journal.xml" type="application/atom+xml" rel="alternate" title="kyrias’ journal atom feed" />
+ {% if page.meta_desc is defined %}
+ <meta name="description" content="{{ page.meta_desc }}">
+ {% endif %}
+ {% if page.meta_keywords is defined %}
+ <meta name="keywords" content="{{ page.meta_keywords }}">
+ {% endif %}
{% endblock head %}
{% block content %}