<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>
<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>