We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are several logo and icon files in the theme:
static/favicon.ico
static/apple-touch-icon.png
static/css/images/*.{png,svg}
For the first and second item, users may want to customize them. Override files in the static directory of the site top directory may work.
static
For the third item. Some file names, such as archlogo.png, are not common. We need to change the name and allow users to override them.
archlogo.png
The text was updated successfully, but these errors were encountered:
Update: static/css/images/archlogo* and static/css/images/logo* are not used anywhere.
static/css/images/archlogo*
static/css/images/logo*
Sorry, something went wrong.
No branches or pull requests
There are several logo and icon files in the theme:
static/favicon.ico
for favicon in the web browser.static/apple-touch-icon.png
for mobile device.static/css/images/*.{png,svg}
for the brand and default thumbnails.For the first and second item, users may want to customize them. Override files in the
static
directory of the site top directory may work.For the third item. Some file names, such as
archlogo.png
, are not common. We need to change the name and allow users to override them.The text was updated successfully, but these errors were encountered: