1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2026-02-22 04:44:48 +01:00

adding config.py and switchable css

This commit is contained in:
TiynGER
2020-05-27 22:00:19 +02:00
parent a5a20398c0
commit c223a21bdd
13 changed files with 336 additions and 52 deletions

View File

@@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Blog Title</title>
<description>A short description of the blog.</description>
<title>{{ title }}</title>
<description>{{ description }}</description>
<language>en-us</language>
<link>localhost:5000/feed.xml</link>
<link>{{ website }}/feed.xml</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml" />
{% autoescape off %}