diff options
Diffstat (limited to 'pelican-bootstrap3/templates/article.html')
-rw-r--r-- | pelican-bootstrap3/templates/article.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/article.html b/pelican-bootstrap3/templates/article.html index 4601627..8588bda 100644 --- a/pelican-bootstrap3/templates/article.html +++ b/pelican-bootstrap3/templates/article.html @@ -3,7 +3,7 @@ {% block content %} <section id="content"> <article> - <header> + <header class="page-header"> <h1> <a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" |