added scholarship header
This commit is contained in:
parent
edc73135fd
commit
1bb5b7a954
|
@ -14,10 +14,9 @@
|
||||||
<%block name="content_header"></%block>
|
<%block name="content_header"></%block>
|
||||||
% if 'main_index' in pagekind:
|
% if 'main_index' in pagekind:
|
||||||
${front_index_header}
|
${front_index_header}
|
||||||
<h1 class="blog-title">Scholarship in the LIS Scholarship Archive</h1>
|
|
||||||
<p class="lead blog-description"><a href="https://osf.io/preprints/lissa/submit">Submit your work to LISSA!</a></p>
|
|
||||||
|
|
||||||
% endif
|
% endif
|
||||||
|
<h1 class="blog-title">Scholarship in the LIS Scholarship Archive</h1>
|
||||||
|
<p class="lead blog-description"><a href="https://osf.io/preprints/lissa/submit">Submit your work to LISSA!</a></p>
|
||||||
<div class="postindex">
|
<div class="postindex">
|
||||||
% for post in posts:
|
% for post in posts:
|
||||||
<article class="h-entry post-${post.meta('type')}">
|
<article class="h-entry post-${post.meta('type')}">
|
||||||
|
|
Loading…
Reference in New Issue