Skip to content

Commit 345219d

Browse files
committed
more pages
1 parent 3b76c56 commit 345219d

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

assets/js/adsblol.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ function updateTable() {
151151
document.getElementById("adsblol_api_me_mlat_table").classList.remove("d-none");
152152
// Let's remove d-none from adsblol_api_me_feeding_info too
153153
document.getElementById("adsblol_api_me_feeding_info").classList.remove("d-none");
154-
document.getElementById("adsblol_api_me_footer").innerHTML = ", You"
154+
// put a heart emoji in the footer
155+
document.getElementById("adsblol_api_me_footer").innerHTML = "❤️";
155156
}
156157
// Same for beast.
157158
if (window.adsblol_api_me.clients.beast.length > 0) {

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ defaultImage = "default-image.png" # put in `./assets/images/`
5858
fillImage = "1270x740 Center" # normalize image size
5959

6060
# Footer
61-
footer = "Powered by readsb, tar1090, OpenStreetMap, Kubernetes, Doks"
61+
footer = ""
6262

6363
# Feed
6464
copyRight = "Copyright (c) 2023 katlol"
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "Open Source"
3+
description: ""
4+
lead: ""
5+
date: 2023-06-28T01:29:22+02:00
6+
lastmod: 2023-06-28T01:29:22+02:00
7+
draft: true
8+
images: []
9+
menu:
10+
docs:
11+
parent: ""
12+
identifier: "open-source-16149225596063abfc2de0878bb6ba28"
13+
weight: 999
14+
toc: true
15+
---
16+
17+
## readsb
18+
19+
[readsb](https://github.com/wiedehopf/readsb) is an ADS-B decoder swiss knife.
20+
21+
[LICENSE](https://github.com/wiedehopf/readsb/blob/dev/LICENSE)
22+
23+
## tar1090
24+
25+
[tar1090](https://github.com/wiedehopf/tar1090) provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa.
26+
27+
[LICENSE](https://github.com/wiedehopf/tar1090/blob/master/LICENSE)
28+
29+
## mlat-server
30+
31+
[mlat-server](https://github.com/katlol/mlat-server/blob/master/COPYING) is a Mode S multilateration server that is designed to operate with clients that do not have synchronized clocks.
32+
33+
[LICENSE](https://github.com/katlol/mlat-server/blob/master/COPYING)

layouts/partials/footer/footer.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
<div class="row">
44
<div class="col-lg-8 order-last order-lg-first">
55
<ul class="list-inline">
6-
<li class="list-inline-item">{{ .Site.Params.footer | safeHTML }}<span id="adsblol_api_me_footer"></span>.</li>
6+
<li class="list-inline-item">
7+
<iframe src="https://github.com/sponsors/katlol/button" title="Sponsor katlol" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
8+
</li>
9+
<li class="list-inline-item">{{ .Site.Params.footer | safeHTML }}<span id="adsblol_api_me_footer"></span></li>
710
</ul>
811
</div>
912
<div class="col-lg-8 order-first order-lg-last text-lg-end">
10-
<iframe src="https://github.com/sponsors/katlol/button" title="Sponsor katlol" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
1113
<ul class="list-inline">
1214
{{ range .Site.Menus.footer -}}
1315
<li class="list-inline-item"><a href="{{ .URL | relURL }}">{{ .Name }}</a></li>

0 commit comments

Comments
 (0)