Skip to content
Snippets Groups Projects
Commit 9ffeacf9 authored by codecraft's avatar codecraft 🐊
Browse files

Disable darkmode

parent 88bf3455
No related branches found
No related tags found
1 merge request!43Disable darkmode
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% set thing = section -%} {% set thing = section -%}
{% endif -%} {% endif -%}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{ lang }}"> <html lang="{{ lang }}" data-theme="light">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
......
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