diff --git a/themes/bootstrap/templates/metadata.html b/themes/bootstrap/templates/metadata.html
new file mode 100644
index 0000000000000000000000000000000000000000..68a76bf0dffe7206a3f6d29d0eaaa29ae9124cce
--- /dev/null
+++ b/themes/bootstrap/templates/metadata.html
@@ -0,0 +1,5 @@
+Permalink: {{ article.date }}
+{% if article.author %}by {{ article.author }} {% endif %}
+
+ in {{ article.category }}
+{% if article.tags %}tags: {% for tag in article.tags %}{{ tag }} {% endfor %}{% endif %}