diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/template-album.tmpl | 7 | ||||
| -rw-r--r-- | templates/template-index.tmpl | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl index e8eb115..a367706 100644 --- a/templates/template-album.tmpl +++ b/templates/template-album.tmpl @@ -60,7 +60,12 @@ <!-- Dirty hack to add free space at the bottom of the page --> -<div style="display: block; float: left; height: 290px;"></div> +<div style="display: block; float: left; height: 240px;"></div> + +<!-- ## Footnote --> +<div class="desc" style="clear: both;"> +<div class="desc_date"><!-- $(FOOTNOTE) --></div> +</div> <!-- ## Footer --> <!-- $(FOOTER) --> diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index 2f941a2..40a0a5b 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.tmpl @@ -62,8 +62,10 @@ <!-- $(END_IMG_LIST) --> </div> -<!-- Dirty hack to add free space at the bottom of the page --> -<div style="display: block; float: left; height: 390px;"></div> +<!-- ## Footnote --> +<div class="desc" style="clear: both;"> +<div class="desc_date"><!-- $(FOOTNOTE) --></div> +</div> <!-- ## Footer --> <!-- $(FOOTER) --> |
