mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-27 03:25:16 +02:00
publication: Fix bold font not being applied to metadata (Fix #345)
* Fix `pub` CSS scope
This commit is contained in:
parent
d55dea2df7
commit
f3384d45ad
1 changed files with 61 additions and 61 deletions
|
@ -16,8 +16,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="article-container">
|
||||
<div class="article-container">
|
||||
|
||||
{{ if .Params.image }}
|
||||
<img src="{{ "/img/" | relURL }}{{ .Params.image }}" class="pub-banner" itemprop="image">
|
||||
|
@ -92,6 +91,7 @@
|
|||
|
||||
<div class="article-style">{{ .Content }}</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue