Skip to content
Snippets Groups Projects
Commit 6920a6f3 authored by Jakub Klinkovský's avatar Jakub Klinkovský Committed by Jelle van der Waa
Browse files

Remove MD5 hash from the archlogo file name

The MD5 hash can be added automatically to static file names by
frameworks such as Django [1]. It is not necessary for
archlinux-common-style to provide hashed file names, other resources are
not hashed during the build either.

[1] https://docs.djangoproject.com/en/5.0/ref/contrib/staticfiles/#manifeststaticfilesstorage
parent 1c314241
No related branches found
No related tags found
1 merge request!10Add PNG icons from archweb
File moved
@import "generic.scss";
$archnavbar-logo: url("archlogo.8a05bc7f6cd1.svg") !default;
$archnavbar-logo: url("archlogo.svg") !default;
$archnavbar-logo-width: 190px !default;
$archnavbar-logo-height: 40px !default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment