lora.vegas/themes/loravega/layouts/_default/baseof.html
Jeffrey Paul f993d36f0c
All checks were successful
Build and Deploy to Cloudflare Pages / build (push) Successful in 5s
Build and Deploy to Cloudflare Pages / deploy (push) Successful in 21s
add contact link in footer
2026-02-14 05:51:08 +01:00

20 lines
640 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Site.Title }}</title>
<meta name="description" content="{{ .Site.Params.description }}">
<style>
{{ readFile "themes/loravega/static/css/style.css" | safeCSS }}
</style>
</head>
<body>
{{ block "main" . }}{{ end }}
<footer>
<p>this site is a project by <a href="https://sneak.berlin">@sneak</a>.</p>
<p>lora.vegas &mdash; Las Vegas Meshtastic community <a href="https://git.eeqj.de/sneak/lora.vegas" class="contribute-link">[Contribute]</a></p>
</footer>
</body>
</html>