]> littlesong.place Git - littlesongplace.git/commitdiff
Update news, versions
authorChris Fulljames <christianfulljames@gmail.com>
Sun, 16 Mar 2025 23:29:53 +0000 (19:29 -0400)
committerChris Fulljames <christianfulljames@gmail.com>
Sun, 16 Mar 2025 23:29:53 +0000 (19:29 -0400)
templates/base.html
templates/news.html

index 0def43351deef406ed9a86906885b81645bf5a16..1fcd26a03d03e78af182891108b226064a513af8 100644 (file)
@@ -2,7 +2,7 @@
 <html>
     <head>
         <title>{% block title %}{% endblock %}</title>
-        <link rel="stylesheet" href="/static/styles.css?v=2"/>
+        <link rel="stylesheet" href="/static/styles.css?v=3"/>
         <link rel="icon" type="image/x-icon" href="/static/lsp_notes.png?v=1"/>
         <script src="/static/player.js?v=1"></script>
         <script src="/static/nav.js?v=2"></script>
index db02cba300601c284984ff3e02faf22ec5cd0943..5ac48024eaf4f037202487b63cf3a19feb9d1b16 100644 (file)
@@ -6,7 +6,8 @@
 
 <h1>Site News</h1>
 
-<h2>??</h2>
+<h2>2025-03-16</h2>
+Just a couple small fixes:
 <ul>
     <li>Adding a song to a playlist no longer refreshes the page</li>
     <li>Fixed a bug where scroll position was maintained after clicking a link</li>