forked from reudnetz/website
added favicon, changed to zola site generator, fixed typos and order of tabs
This commit is contained in:
parent
f7d3f7bd9d
commit
a9a96b3af2
9 changed files with 47 additions and 49 deletions
|
@ -7,10 +7,10 @@
|
|||
<meta name="keywords" content="" />
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}fitgrid.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}styles.css" />
|
||||
<script src="https://reudnetz.org/jquery-3.4.1.min.js"></script>
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="{{ get_url(path="style") }}/favicon.ico" >
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}/fitgrid.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}/styles.css" />
|
||||
<script src="https://reudnetz.org/jquery-3.4.1.min.js"></script>
|
||||
<script src="https://help.reudnetz.org/assets/chat/chat.min.js"></script>
|
||||
<script>
|
||||
$(function() {
|
||||
|
@ -27,10 +27,10 @@
|
|||
<div class="center">
|
||||
<div class="row head"/>
|
||||
<div class="fg12 legal fg-no-mobile">
|
||||
<a href="{{ get_url(path="impressum") }}">Impressum</a> | <a href="{{ get_url(path="/datenschutz") }}">Datenschutzhinweis</a>
|
||||
<a href="{{ get_url(path="impressum") }}">Impressum</a> | <a href="{{ get_url(path="/datenschutz") }}">Datenschutzhinweis</a>
|
||||
</div>
|
||||
<div class="fg6">
|
||||
<a href="{{ get_url(path="/") }}"><h1>Reudnetz</h1></a>
|
||||
<a href="{{ get_url(path="/") }}"><h1>Reudnetz</h1></a>
|
||||
</div>
|
||||
<div class="fg6">
|
||||
<h2>Internet für Leipzigs Osten</h2>
|
||||
|
@ -52,10 +52,9 @@
|
|||
<div class="chatwindow"> </div>
|
||||
<div class="row content">
|
||||
<div class="fg8">
|
||||
{% block content %}
|
||||
{{ section.content | safe }}
|
||||
{% endblock content %}
|
||||
|
||||
{% block content %}
|
||||
{{ section.content | safe }}
|
||||
{% endblock content %}
|
||||
</div>
|
||||
<div class="margin fg4">
|
||||
{% block seitenleiste %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue