publication: Fix bold font not being applied to metadata (Fix #345)

* Fix `pub` CSS scope
This commit is contained in:
George Cushen 2017-10-22 20:48:34 +01:00
commit f3384d45ad

View file

@ -16,7 +16,6 @@
</span>
</div>
</div>
<div class="article-container">
{{ if .Params.image }}
@ -93,6 +92,7 @@
<div class="article-style">{{ .Content }}</div>
</div>
</div>
<div class="container">
{{ partial "section_pager.html" . }}