summaryrefslogtreecommitdiff
path: root/zola/templates/base.html
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2024-11-24 23:32:15 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2024-11-24 23:32:15 -0300
commit40b19b34385a1c6dcefcfaa3e9fa2087ab16ff07 (patch)
tree526635ec6e4314187b45b118dc867346442060c8 /zola/templates/base.html
parent2bdb546caff3da7ca59f6d684912eef0afeea379 (diff)
downloadndato.com-40b19b34385a1c6dcefcfaa3e9fa2087ab16ff07.tar.gz
ndato.com-40b19b34385a1c6dcefcfaa3e9fa2087ab16ff07.tar.bz2
fix style for better view on mobile
Diffstat (limited to 'zola/templates/base.html')
-rw-r--r--zola/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/zola/templates/base.html b/zola/templates/base.html
index 41c5e10..22a4728 100644
--- a/zola/templates/base.html
+++ b/zola/templates/base.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" sizes="256x256" href="/favicon.ico">
<link rel="stylesheet" href="/style.css" type="text/css">