add impressum

This commit is contained in:
DrBroiler 2021-02-07 23:29:47 +01:00
parent a9c63fd078
commit 766435aa54
3 changed files with 2 additions and 21 deletions

View File

@ -6,15 +6,11 @@ baseURL = "https://freifunk-leipzig.de"
theme = "hugo-html5up-alpha"
disqusShortname = ""
[menu]
[[menu.map]]
identifier = "Meshviewer"
name = "Meshviewer"
url = "/maps"
url = "http://karte.leipzig.freifunk.net:8018/meshviewer2/build/"
weight = 10
[[menu.firmware]]

View File

@ -3,7 +3,7 @@ Title = "Image"
weight = 60
+++
### {{< param title >}}
#### {{< param title >}}
#### Fit

View File

@ -1,15 +0,0 @@
<script type="text/javascript">
$(document).ready(function() {
if(window.location.hash) {
$("iframe").attr("src",
"http://karte.leipzig.freifunk.net:8018/meshviewer2/build/" + window.location.hash);
}
});
</script>
<iframe src="http://karte.leipzig.freifunk.net:8018/meshviewer2/build/"
width="100%" style="display:block; height: calc(100vh - 3.25em);width: 100%;">
</iframe>
</div>
</body>
</html>