use the ortam config library in the API

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-04-13 01:06:37 +03:00
parent 322d8d5c39
commit 05185cb82a
10 changed files with 60 additions and 139 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">
<title>{{.app.Host}} news</title>
<title>{{.app_url.Host}} news</title>
<updated>{{.updated}}</updated>
<subtitle>News and updates about my projects and self-hosted services</subtitle>
<link href="{{.app.JoinPath "/news"}}"></link>
<link href="{{.app_url.JoinPath "/news"}}"></link>
{{ range .entries }}
<entry>
<title>{{.Title}}</title>