aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2
diff options
context:
space:
mode:
authorStéphane Raimbault <stephane.raimbault@gmail.com>2012-04-06 02:27:20 +0200
committerStéphane Raimbault <stephane.raimbault@gmail.com>2012-04-06 02:27:20 +0200
commitbe14c8700ee575d94b0d8e606d18357e0436baa7 (patch)
tree71cdd2aeca14b755bd3ae737b655ca8a849643a6 /bootstrap2
parent793b534a40d252a614a43a8cb50393decc76cd16 (diff)
downloadpelican-themes-be14c8700ee575d94b0d8e606d18357e0436baa7.zip
pelican-themes-be14c8700ee575d94b0d8e606d18357e0436baa7.tar.gz
pelican-themes-be14c8700ee575d94b0d8e606d18357e0436baa7.tar.bz2
Add AUTHOR to author tag in bootstrap2
Diffstat (limited to 'bootstrap2')
-rw-r--r--bootstrap2/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html
index 2f5af46..21b307f 100644
--- a/bootstrap2/templates/base.html
+++ b/bootstrap2/templates/base.html
@@ -5,7 +5,7 @@
<title>{% block title %}{{ SITENAME }}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
- <meta name="author" content="">
+ <meta name="author" content="{{ AUTHOR }}">
<!-- Le styles -->
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/bootstrap.min.css" type="text/css" />