Update index.tmpl
This commit is contained in:
parent
b61a43a46b
commit
db87d4b719
|
@ -15,7 +15,7 @@
|
||||||
% if 'main_index' in pagekind:
|
% if 'main_index' in pagekind:
|
||||||
${front_index_header}
|
${front_index_header}
|
||||||
% endif
|
% endif
|
||||||
<h1 class="blog-title">Scholarship in the LIS Scholarship Archive | <a href="" style=" text-decoration: none; ">Submit</a></h1>
|
<h1 class="blog-title">What's in the LIS Scholarship Archive | <a href="" style="text-decoration: none;">Submit</a></h1>
|
||||||
<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