Browse Source

fix screenshots page link

gh-pages-src
Lukas Pusch 9 months ago
parent
commit
ecced1132f
  1. 6
      content/screenshots.html
  2. 9
      layouts/partials/footer.html

6
content/screenshots.html

@ -1,6 +1,6 @@
---
title: "Getting Started"
date: 2024-01-02T01:27:10Z
title: "Screenshots"
date: 2023-12-30T01:27:10Z
tags: []
draft: false
---
@ -86,5 +86,3 @@ draft: false
</div>
<div class="b-example-divider"></div>
{{ end }}

9
layouts/partials/footer.html

@ -3,13 +3,16 @@
<div class="container p-4 pb-0">
<section>
<div class="row d-flex">
<div class="col-4 text-center">
<div class="col-3 text-center">
<p><a href="/imprint" class="text-white text-decoration-none">Impressum</a></p>
</div>
<div class="col-4 text-center">
<div class="col-3 text-center">
<p><a href="https://github.com/lumapu/ahoy" target="_blank" class="text-white text-decoration-none">Github</a></p>
</div>
<div class="col-4 text-center">
<div class="col-3 text-center">
<p><a href="https://fw.ahoydtu.de" target="_blank" class="text-white text-decoration-none">Firmware download</a></p>
</div>
<div class="col-3 text-center">
<p><a href="https://discord.gg/WzhxEY62mB" target="_blank" class="text-white text-decoration-none">Discord (Chat)</a></p>
</div>
</div>

Loading…
Cancel
Save