diff --git a/_sakura/changelog.json b/_sakura/changelog.json index 82a1851..3c46e73 100644 --- a/_sakura/changelog.json +++ b/_sakura/changelog.json @@ -142,10 +142,6 @@ "type": "FIX", "change": "Replace broken template tags." }, - { - "type": "FIX", - "change": "Replace broken template tags." - }, { "type": "ADD", "change": "Upload remaining assets." @@ -1269,6 +1265,18 @@ { "type": "ADD", "change": "Added friends system." + }, + { + "type": "FIX", + "change": "Changed & to & in some URLs." + }, + { + "type": "FIX", + "change": "Fixed settings page being usable when logged out." + }, + { + "type": "REM", + "change": "Removed remaining code for the old profile API." } ] diff --git a/_sakura/templates/yuuno/elements/indexPanel.tpl b/_sakura/templates/yuuno/elements/indexPanel.tpl index f193685..d63a59c 100644 --- a/_sakura/templates/yuuno/elements/indexPanel.tpl +++ b/_sakura/templates/yuuno/elements/indexPanel.tpl @@ -1,10 +1,9 @@ {% if user.checklogin %}
Hi, {{ user.data.username }}!
- -