]> git.p6c8.net - pcdenotes.git/commitdiff
Moved CSS file to "notes" subdirectory
authorPatrick Canterino <patrick@patrick-canterino.de>
Mon, 31 Jan 2022 18:35:12 +0000 (19:35 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Mon, 31 Jan 2022 18:37:50 +0000 (19:37 +0100)
notes/static/notes/style.css [moved from notes/static/style.css with 100% similarity]
notes/templates/note_base.html

index 9499299443f978449ef9c4849e80c50829cf64f8..c8df659a812b92424c500cd1f017e0fdab47cb7e 100644 (file)
@@ -6,7 +6,7 @@
   <title>{% block title %}{% endblock %}</title>
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <link href="{% static "style.css" %}" rel="stylesheet">
+  <link href="{% static "notes/style.css" %}" rel="stylesheet">
   <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
   <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
 </head>

patrick-canterino.de