Basic settings support

This commit is contained in:
Bad Manners 2025-04-11 23:50:28 -03:00
parent 239258e324
commit 4960527af3
10 changed files with 189 additions and 20 deletions

View file

@ -4,11 +4,12 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
<title>Samey</title>
<title>{{ application_name }}</title>
<meta name="generator" content="Samey {{ env!("CARGO_PKG_VERSION") }}" />
</head>
<body>
<main>
<h1>Samey</h1>
<h1>{{ application_name }}</h1>
<article>
<h2>Search</h2>
<form method="get" action="/posts/1">