feat: More tries

This commit is contained in:
daudix
2024-01-31 02:03:59 +03:00
parent 67fee49f8a
commit f2aed3ff10
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
{% include "includes/head.html" ignore missing -%} {% include "includes/head.html" ignore missing -%}
<body> <body>

View File

@ -1,5 +1,4 @@
<head> <head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="{{ config.description }}" /> <meta name="description" content="{{ config.description }}" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
@ -25,7 +24,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<style> <style type="text/css">
:root { :root {
--primary-color-alpha: {{ config.extra.primary_color_alpha }}; --primary-color-alpha: {{ config.extra.primary_color_alpha }};
--primary-color: {{ config.extra.primary_color }}; --primary-color: {{ config.extra.primary_color }};