diff options
author | Alan Pearce | 2014-07-29 19:56:01 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-29 19:56:01 +0100 |
commit | 92805f7a704d1f98b02d6ddea87ef5ef0486ff89 (patch) | |
tree | 89d0ef142647a536449117c0a142fafc3263ffff /layouts/_default | |
parent | 3a522e5dcff2385f6304c8f909f32d5854028580 (diff) | |
download | hyde-92805f7a704d1f98b02d6ddea87ef5ef0486ff89.tar.lz hyde-92805f7a704d1f98b02d6ddea87ef5ef0486ff89.tar.zst hyde-92805f7a704d1f98b02d6ddea87ef5ef0486ff89.zip |
Style list view title
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index fb69480..dd466d8 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,7 +1,7 @@ {{ template "theme/partials/head.html" . }} <body class="theme-base-0b layout-reverse" itemscope itemtype="http://schema.org/Blog"> <main class="content container" role="main"> - <h1>{{ .Title }}</h1> + <h1 class="page-title">{{ .Title }}</h1> <ul class="posts"> {{ range .Data.Pages }} <li itemscope itemtype="http://schema.org/BlogPosting"> |