projects and literature
This commit is contained in:
7
_layouts/bibtemplate.html
Normal file
7
_layouts/bibtemplate.html
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
{{reference}}
|
||||
|
||||
{% if link %}
|
||||
<br><a href="{{link}}"><button class="btn btnId btnPub--download" style="outline:none; position:relative;white-space: normal;">PDF</button></a>
|
||||
{% endif %}
|
@ -48,6 +48,9 @@ layout: default
|
||||
</nav>
|
||||
</aside>
|
||||
{% endif %}
|
||||
{% if page.categories contains 'research' %}
|
||||
{% include reference.html %}
|
||||
{% endif %}
|
||||
{{ content }}
|
||||
{% if page.link %}<div><a href="{{ page.link }}" class="btn btn--primary">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %}
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user