Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
A few bug fixes here and there. Also fixed the album list limit that vanElden pointed out.
  • Loading branch information
notandigg committed Aug 6, 2018
1 parent 941ba2c commit 79d076f
Show file tree
Hide file tree
Showing 45 changed files with 2,505 additions and 3,193 deletions.
8 changes: 4 additions & 4 deletions album.lens
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<koken:include file="inc/header.html" />
<koken:include file="inc/nav.html" />

<koken:load>
<koken:load limit="50" infinite="true">

<koken:head>
<meta property="og:site_name" content="{{ site.title }}" />
Expand Down Expand Up @@ -58,8 +58,8 @@

</div>
<koken:include file="inc/content/content_pillar_grid.html" />

</koken:load>
<koken include file="inc/loading.html" />
</div>
</div>
<koken:include file="inc/footer.html" />
</koken:load>
<koken:include file="inc/footer.html" />
11 changes: 5 additions & 6 deletions albums.lens
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<koken:include file="inc/header.html" />
<koken:include file="inc/nav.html" />

<koken:load>
<koken:load limit="50" infinite="true">

<koken:head>
<meta property="og:site_name" content="{{ site.title }}" />
Expand Down Expand Up @@ -30,16 +30,15 @@

<div id="top">
<div class="container-fluid">
<koken:load limit="{{ settings.album_count }}" order_by="published_on" order_direction="desc" infinite="true">
<koken:if true="settings.show_header">
<koken:if true="settings.show_header">
<div class="col-lg-12 text-xs-center">
<h4 class="m-t-0 text-title">{{ language.albums }}<sup>{{ count }}</sup></h4>
<h4 class="m-t-0 text-title">{{ language.albums }}</h4>
</div>
</koken:if>


<koken:load limit="{{ settings.album_count }}" order_by="modified_on" infinite="true">
<koken:include file="inc/album/album-grid.html" />
</koken:load>
<koken:include file="inc/loading.html" />
</div>
</div>
<koken:include file="inc/footer.html" />
6 changes: 0 additions & 6 deletions content.lens
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<koken:include file="inc/header.html" />
<koken:include file="inc/nav.html" />

<style>
#content-container img {
max-height:calc(90vh - 120px);
}
</style>

<koken:load>

<koken:head>
Expand Down
7 changes: 1 addition & 6 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

198 changes: 1 addition & 197 deletions css/logo-animation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions css/settings.css.lens

Large diffs are not rendered by default.

130 changes: 13 additions & 117 deletions css/spinners/loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 79d076f

Please sign in to comment.