[Page] syntax fixes and formating
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a id="logo" href="/{{ '/en/' if lang == 'en' else '' }}index">
|
||||
<a id="logo" href="/">
|
||||
<img src="/img/logo-{{ 'dark' if is_dark else 'light' }}.svg" alt="Logo" /> Decentrala
|
||||
</a>
|
||||
<button id="theme-switcher"></button>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{% block title %}Events{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">Events</h1>
|
||||
<h1>Events</h1>
|
||||
|
||||
<div class="description">
|
||||
<p>
|
||||
@@ -13,9 +11,7 @@
|
||||
<a href="https://dmz.rs/events.ical">ical</a> file.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://wiki.dmz.rs/en/kako-pronaci-prostor" target="_blank">
|
||||
Short description
|
||||
</a>
|
||||
<a href="https://wiki.dmz.rs/en/kako-pronaci-prostor" target="_blank">Short description</a>
|
||||
how to find a space
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{% block title %}Događaji{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">Događaji</h1>
|
||||
<h1>Događaji</h1>
|
||||
|
||||
<div class="description">
|
||||
<p>
|
||||
@@ -13,9 +11,7 @@
|
||||
<a href="https://dmz.rs/events.ical">ical</a> datotekom.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://wiki.dmz.rs/en/kako-pronaci-prostor" target="_blank">
|
||||
Kratako uputstvo
|
||||
</a>
|
||||
<a href="https://wiki.dmz.rs/en/kako-pronaci-prostor" target="_blank">Kratako uputstvo</a>
|
||||
kako pronaci prostor
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user