enable upstream updates

This commit is contained in:
mi
2025-11-16 13:17:07 +10:00
parent b1f0f9f09b
commit 2580ea076d
8 changed files with 739 additions and 58 deletions

View File

@@ -36,6 +36,9 @@
<link rel="icon" type="image/png" sizes="16x16" href="{{ 'favicon-16x16.png' | cdn_static }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ 'apple-touch-icon.png' | cdn_static }}">
<!-- CSS Variables (user customization) loaded first -->
<link rel="stylesheet" href="{{ 'css/variables.css' | cdn_static }}">
<!-- Core framework styles (references variables) -->
<link rel="stylesheet" href="{{ 'css/style.css' | cdn_static }}">
<link rel="alternate" type="application/rss+xml" title="{{ comic_name }} RSS Feed" href="{{ 'feed.rss' | cdn_static }}">
{% block extra_css %}{% endblock %}