Add AUTHOR to author tag in bootstrap2

This commit is contained in:
Stéphane Raimbault
2012-04-06 02:27:20 +02:00
parent 793b534a40
commit be14c8700e

View File

@@ -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" />