diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 79217c6..e698190 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,7 +3,7 @@ layout: default --- <article> - <h1 id="tufte-css">{{ page.title }}</h1> + <h1 class="post-title">{{ page.title }}</h1> <!-- <header class="post-header"> <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> |
