|
|
@@ -5,38 +5,29 @@
|
|
|
<link rel="stylesheet" type="text/css" href="{% static "semantic/dist/semantic.min.css" %}">
|
|
|
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
|
|
|
<script src="{% static "semantic/dist/semantic.min.js" %}"></script>
|
|
|
+ <meta name="handheldfriendly" content="true">
|
|
|
+ <meta name="mobile-web-app-capable" content="true">
|
|
|
+ <meta name="mobileoptimized" content="true">
|
|
|
|
|
|
- <meta name="handheldfriendly">
|
|
|
- <meta name="mobile-web-app-capable">
|
|
|
- <meta name="mobileoptimized">
|
|
|
-
|
|
|
- <meta name="bitcoin" content="">
|
|
|
- <meta name="microtip" content="">
|
|
|
+ <!-- meta name="bitcoin" content="" -->
|
|
|
+ <!-- meta name="microtip" content="" -->
|
|
|
<meta name="author" content="tBKwtWS">
|
|
|
<meta name="creator" content="tBKwtWS">
|
|
|
<meta name="designer" content="tBKwtWS">
|
|
|
<meta name="web_author" content="tBKwtWS">
|
|
|
<meta name="contact" content="irc://irc.gtanet.com #RotBot">
|
|
|
- <meta name="description" content="">
|
|
|
- <meta name="fdse-description" content="">
|
|
|
+ <meta name="description" content="{% block description %}IRC Robot WebGUI{% endblock %}">
|
|
|
<meta name="keywords" content="one,two things,three">
|
|
|
- <meta name="fsde-keywords" content="">
|
|
|
- <meta name="keywords-not" content="">
|
|
|
-
|
|
|
- <meta name="" content="">
|
|
|
-
|
|
|
+ <meta name="keywords-not" content="{% block keywords-not %}{% endblock %}">
|
|
|
<!--
|
|
|
maak % blokken % voor:
|
|
|
Aantal zoekresultaten per pagina <meta name="itemsPerPage" content="">
|
|
|
<meta name="nonfiction">
|
|
|
-->
|
|
|
-
|
|
|
<title>{% block title %}{% endblock %}</title>
|
|
|
-
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="ui menu"></div>
|
|
|
-
|
|
|
{% block content %}{% endblock %}
|
|
|
</div>
|
|
|
</body>
|