Skip to content
Snippets Groups Projects
Commit f137811f authored by alexisben's avatar alexisben
Browse files

remove h3 class from block pages

parent 1c1e3ed5
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
<a href="{{ .Permalink }}" itemprop="url" title="{{ safeHTML (i18n "commons.more_aria" (dict "Title" $title)) }}">{{ $title }}</a>
{{ $heading_tag.close }}
{{ if and $options.subtitle .Params.subtitle }}
<p class="post-subtitle h3">{{ partial "PrepareHTML" .Params.subtitle }}</p>
<p class="post-subtitle">{{ partial "PrepareHTML" .Params.subtitle }}</p>
{{ end }}
{{ if and $options.subtitle .Params.subtitle }}
</hgroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment