diff --git a/_layouts/bib.html b/_layouts/bib.html index 85d338a..d58da20 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -13,7 +13,7 @@ {% if entry.type == "thesis" %} {{reference}} {% else %} - {{entry.title}}. + {{entry.title}} {% for author in entry.author_array %} {% unless forloop.last %} diff --git a/_sass/_header.scss b/_sass/_header.scss index 7462f92..22b46a9 100644 --- a/_sass/_header.scss +++ b/_sass/_header.scss @@ -5,7 +5,6 @@ position:fixed; left:0px; top:0px; - height:56px; width:100%; z-index: 50; }