Changeset - 7074802d50c0
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 3 months ago 2024-02-26 22:50:07
ben@sturm.com.au
Load favicon via staticfiles
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -13,3 +13,3 @@
 
    <meta name="keywords" content="software, freedom, conservancy, open source, gnu, GNU, Open Source, Free and Open Source, Free and Open Source Software, FLOSS, FOSS, protect, protection, help, policy, linux, non-profit" />
 
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
 
    <link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon" />
 
    <link rel="stylesheet" type="text/css" href="{% static 'css/tachyons.css' %}"/>
0 comments (0 inline, 0 general)