-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
featured_albums, featured_essays, easier to show/hide sections on fro…
…nt page, made loading spinner more visible, featured_image in essays made nicer on mobile Added featured_albums to front page Added featured_essays to front_page Loading spinner made more visible Featured image in essay page made nicer on both desktop and mobile And some more clearing up...
- Loading branch information
Showing
21 changed files
with
3,726 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
<koken:include file="inc/header.html" /> | ||
<koken:include file="inc/nav.html" /> | ||
<div id="top"> | ||
<div class="col-lg-12 text-xs-center"> | ||
<koken:if true="settings.show_header"> | ||
<div class="col-lg-12 text-xs-center"> | ||
<h4 class="m-t-0 text-title">{{ language.content }}</h4> | ||
</div> | ||
<h4 class="m-t-0 m-b-0 text-title">{{ language.content }}</h4> | ||
</koken:if> | ||
<koken:if true="settings.show_content_count"> | ||
<div class="m-b-3"><i class="fa fa-image"></i> | ||
<koken:load source="contents">{{ content.counts.total }}</koken:load> | ||
</div> | ||
</koken:if> | ||
</div> | ||
|
||
<koken:load limit="50" infinite="true"> | ||
<koken:load limit="50" infinite="true"> | ||
<koken:include file="inc/content/content_pillar_grid.html" /> | ||
</koken:load> | ||
<koken:include file="inc/loading.html" /> | ||
</koken:load> | ||
<koken:include file="inc/loading.html" /> | ||
</div> | ||
</div> | ||
<koken:include file="inc/footer.html" /> |
Oops, something went wrong.