Skip to main content

add a missing space

ID
9eaeb1e
date
2022-05-07 09:29:42+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
83eba54
message
add a missing space
changed files
1 file, 2 additions, 3 deletions

Changed files

webapp/templates/base.html (1081) → webapp/templates/base.html (1082)

diff --git a/webapp/templates/base.html b/webapp/templates/base.html
index 8f0dc38..df820da 100644
--- a/webapp/templates/base.html
+++ b/webapp/templates/base.html
@@ -26,12 +26,11 @@
       {% endblock %}
     </main>
     <footer>
-      also available <a href="https://github.com/alexwlchan/dominant_colours">on the command-line</a>·
+      also available <a href="https://github.com/alexwlchan/dominant_colours">on the command-line</a> ·
       {{ version }}<br/>
       made with <span class="heart">&#x2764;</span> by <a href="https://alexwlchan.net">alexwlchan</a>
-
       ·
       code on <a href="https://github.com/alexwlchan/dominant_colours/tree/main/webapp">github</a>
     </footer>
   </body>
-</html>
\ No newline at end of file
+</html>