Add AUTHOR to author tag in bootstrap2
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user