We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e189ff commit 7114eaaCopy full SHA for 7114eaa
_layouts/bib.html
@@ -13,7 +13,7 @@
13
{% if entry.type == "thesis" %}
14
{{reference}}
15
{% else %}
16
- <span class="title">{{entry.title}}.</span>
+ <span class="title">{{entry.title}}</span>
17
<span class="author">
18
{% for author in entry.author_array %}
19
{% unless forloop.last %}
_sass/_header.scss
@@ -5,7 +5,6 @@
5
position:fixed;
6
left:0px;
7
top:0px;
8
- height:56px;
9
width:100%;
10
z-index: 50;
11
}
0 commit comments