diff --git a/sarsoo/art/templates/art/all.html b/sarsoo/art/templates/art/all.html index 55045d3..dbcf050 100644 --- a/sarsoo/art/templates/art/all.html +++ b/sarsoo/art/templates/art/all.html @@ -13,7 +13,7 @@
{{ image.description }}
{{ tag.description }}{{ tag.image }}
{% endif %} diff --git a/sarsoo/music/templates/music/index.html b/sarsoo/music/templates/music/index.html index 7aa6aed..1f38f30 100644 --- a/sarsoo/music/templates/music/index.html +++ b/sarsoo/music/templates/music/index.html @@ -4,11 +4,11 @@ {% block content %}{{ album.name }}
{{ album.artist.name -}}
{{- album.playcount }} plays
diff --git a/sarsoo/templates/dev.html b/sarsoo/templates/dev.html index 3000c26..fab0bc7 100644 --- a/sarsoo/templates/dev.html +++ b/sarsoo/templates/dev.html @@ -4,14 +4,14 @@ {% block content %}a client for last.fm music tracking written in java
this project was important for learning how to interact with REST APIs and implementing knowledge from my java classes at uni
using last fm tags to categorise and visualise data
view sourcetool for exploring and interfacing with the spotify api
currently doing backups of playlists
diff --git a/sarsoo/templates/index.html b/sarsoo/templates/index.html index 205aa12..36f5ee5 100644 --- a/sarsoo/templates/index.html +++ b/sarsoo/templates/index.html @@ -19,7 +19,7 @@