mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 08:10:10 +00:00
Themes: Modern: Update PDF format from HTML.
This commit is contained in:
parent
f2623bee9d
commit
36ad9e2b7e
@ -145,14 +145,10 @@ engine: Underscore
|
|||||||
<header>
|
<header>
|
||||||
<h3>Publications</h3>
|
<h3>Publications</h3>
|
||||||
</header>
|
</header>
|
||||||
<span class="fa fa-lg fa-trophy"></span>
|
<span class="fa fa-lg fa-pencil"></span>
|
||||||
{% r.writing.forEach( function( pub, idx, ar) { %}
|
{% r.writing.forEach( function( pub, idx, ar) { %}
|
||||||
<h4>
|
<h4>
|
||||||
{% if( pub.url ) { %}
|
<span class="res-label">{{ filt.link(pub.title, pub.url) }}</span> {{ pub.publisher }}
|
||||||
<span class="res-label"><a href="{{ pub.link[0].url }}" ></span>{{ pub.title }}</a>, {{ pub.publisher }}
|
|
||||||
{% } else { %}
|
|
||||||
<span class="res-label">{{ pub.name }}</span>, {{ pub.publisher }}
|
|
||||||
{% } %}
|
|
||||||
</h4>
|
</h4>
|
||||||
<span class="tenure">Published on: {{ pub.safe.date.format('YYYY-MM') }}</span>
|
<span class="tenure">Published on: {{ pub.safe.date.format('YYYY-MM') }}</span>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user