diff options
Diffstat (limited to 'templates/article_header.html')
-rw-r--r-- | templates/article_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/article_header.html b/templates/article_header.html index 6ec338e..36bdf44 100644 --- a/templates/article_header.html +++ b/templates/article_header.html @@ -1,4 +1,4 @@ -<main><p><a href="index.html"><-- Back to main page</a></p> +<div class="blog-content"><p><a href="index.html"><-- Back to main page</a></p> <div id="post"> <h2>$TITLE</h2> <p>Posted on $DATE_POSTED</p> |