aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic/templates/base.html
diff options
context:
space:
mode:
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>