Albums
-
{% for album in albums %}
-
- {{ album.name }} +
-
+
+ {{ album.name }} +
{% endfor %}
Description
+{{ description }}
+ {% endif %}diff --git a/themes/default/css/style.css b/themes/default/css/style.css index e6639e3..f04c55e 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -1,3 +1,17 @@ #images li { display: inline; +} + + +#albums ul { + list-style-type: none; +} + +#albums li { + display: inline-block; +} + +.album_thumb {} +.album_title { + display: block; } \ No newline at end of file diff --git a/themes/default/index.html b/themes/default/index.html index 7b49821..24d7cb5 100644 --- a/themes/default/index.html +++ b/themes/default/index.html @@ -6,7 +6,7 @@
{{ description }}
+ {% endif %}