diff options
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" /> |