Merge pull request #248 from hitrust/patch-8
Normalization of HTML tags's usage
This commit is contained in:
commit
d1d3cdc384
|
@ -1,11 +1,14 @@
|
||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<meta charset="utf-8">
|
<html lang="en">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" href="{{ '/static/styles.css'|asseturl }}">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="{{ get_pygments_stylesheet()|url }}">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<link rel="shortcut icon" href="{{ '/static/favicon.png'|asseturl }}">
|
<link rel="stylesheet" href="{{ '/static/styles.css'|asseturl }}">
|
||||||
<title>{% block title %}Hello{% endblock %} | Lektor Static Content Management System</title>
|
<link rel="stylesheet" href="{{ get_pygments_stylesheet()|url }}">
|
||||||
|
<link rel="shortcut icon" href="{{ '/static/favicon.png'|asseturl }}">
|
||||||
|
<title>{% block title %}Hello{% endblock %} | Lektor Static Content Management System</title>
|
||||||
|
</head>
|
||||||
<body class="{% block bodyclass %}default{% endblock %}">
|
<body class="{% block bodyclass %}default{% endblock %}">
|
||||||
<nav class="navbar navbar-inverse navbar-static-top">
|
<nav class="navbar navbar-inverse navbar-static-top">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@ -96,3 +99,4 @@
|
||||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||||
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
|
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue