about summary refs log tree commit diff stats
path: root/themes/xmin
diff options
context:
space:
mode:
authorAlan Pearce2022-04-30 16:22:53 +0200
committerAlan Pearce2022-04-30 16:22:53 +0200
commit7994c3131291bc2214a5cc420bc151895b45fc2e (patch)
tree1c8c5d2ff86fe466713cb1a84959aeb02b23fbd3 /themes/xmin
parentc4ef8f60a587a0adbfe90b7de1878f66847efe97 (diff)
downloadwebsite-7994c3131291bc2214a5cc420bc151895b45fc2e.tar.xz
website-7994c3131291bc2214a5cc420bc151895b45fc2e.zip
Update theme for zola 0.14
Diffstat (limited to 'themes/xmin')
-rw-r--r--themes/xmin/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/xmin/templates/base.html b/themes/xmin/templates/base.html index 6b99609..5942342 100644 --- a/themes/xmin/templates/base.html +++ b/themes/xmin/templates/base.html
@@ -1,5 +1,5 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html lang="{{ config.default_language }}"> 2<html lang="{{ lang }}">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1"> 5 <meta name="viewport" content="width=device-width, initial-scale=1">