aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic/templates/base.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-08-26 21:57:24 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-08-26 21:58:51 +0200
commite5b79e4be9b5434d1161329dce3378834238c18c (patch)
treefde922f89df73a5cadbb58212b52aad4d34c2c17 /zurb-F5-basic/templates/base.html
parent4c4bf6cc2daa7a906708156152a24341d5efeaa4 (diff)
downloadpelican-themes-myblog.tar.gz
fix: make templates more validator.w3.org friendlyHEADmyblog
Trailing slash on void elements is evil.
Diffstat (limited to 'zurb-F5-basic/templates/base.html')
-rw-r--r--zurb-F5-basic/templates/base.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/zurb-F5-basic/templates/base.html b/zurb-F5-basic/templates/base.html
index 6c306eb..aad0c7c 100644
--- a/zurb-F5-basic/templates/base.html
+++ b/zurb-F5-basic/templates/base.html
@@ -1,15 +1,15 @@
<!DOCTYPE html>
<head>
- <meta charset="utf-8" />
+ <meta charset="utf-8">
<!-- Set the viewport width to device width for mobile -->
- <meta name="viewport" content="width=device-width" />
+ <meta name="viewport" content="width=device-width">
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
- <link rel="stylesheet" href="{{ SITEURL }}/theme/css/normalize.css" />
- <link rel="stylesheet" href="{{ SITEURL }}/theme/css/foundation.css" />
- <link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css" />
- <link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css" />
+ <link rel="stylesheet" href="{{ SITEURL }}/theme/css/normalize.css">
+ <link rel="stylesheet" href="{{ SITEURL }}/theme/css/foundation.css">
+ <link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css">
+ <link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css">
<script src="{{ SITEURL }}/theme/js/modernizr.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>