diff options
author | Stéphane Raimbault <stephane.raimbault@gmail.com> | 2012-04-06 02:27:20 +0200 |
---|---|---|
committer | Stéphane Raimbault <stephane.raimbault@gmail.com> | 2012-04-06 02:27:20 +0200 |
commit | be14c8700ee575d94b0d8e606d18357e0436baa7 (patch) | |
tree | 71cdd2aeca14b755bd3ae737b655ca8a849643a6 /bootstrap2/templates | |
parent | 793b534a40d252a614a43a8cb50393decc76cd16 (diff) | |
download | pelican-themes-be14c8700ee575d94b0d8e606d18357e0436baa7.tar.gz |
Add AUTHOR to author tag in bootstrap2
Diffstat (limited to 'bootstrap2/templates')
-rw-r--r-- | bootstrap2/templates/base.html | 2 |
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" /> |