Mercurial Hosting > freedit
diff src/config.html.luan @ 2:fc2383eb48a9
set config
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 16 Jun 2022 20:52:24 -0600 |
parents | 7c64173643c8 |
children |
line wrap: on
line diff
--- a/src/config.html.luan Wed Jun 15 20:59:13 2022 -0600 +++ b/src/config.html.luan Thu Jun 16 20:52:24 2022 -0600 @@ -32,7 +32,9 @@ <div content> <h1>Configuration</h2> - <textarea><%= html_encode(Config.text) %></textarea> + <p>Configuration in <a href="http://www.luan.software/">Luan</a></p> + <p><textarea><%= html_encode(Config.text) %></textarea></p> + <p><a href="/private/admin/config.html">Edit configuration</a></p> </div> <% footer() %> </body>