added neodb and a newline in blogs
This commit is contained in:
parent
76f53bcf0d
commit
bb472cd1fc
@ -20,7 +20,7 @@ for tag in tags:
|
||||
with open(f"{blog_index_path}/{file_name}.{file_extension}", "w") as blog_tag_file:
|
||||
blog_tag_file.write(f"{header.header}")
|
||||
if tag == "index":
|
||||
blog_tag_file.write(f"<a href='/rss'>RSS Feed</a><br/><a href='https://mastodon.tuxcord.net/@blog@deadvey.com'>@blog@deadvey.com (Activity Pub Feed)</a><br/>")
|
||||
blog_tag_file.write(f"<a href='/rss'>RSS Feed</a><br/><a href='https://mastodon.tuxcord.net/@blog@deadvey.com'>@blog@deadvey.com (Activity Pub Feed)</a><br/><br/>")
|
||||
if tag != "index":
|
||||
blog_tag_file.write(f"<u><b>{tag}:</b></u><br/>")
|
||||
for current_blog in range(len(blogs.blogs_array)-1, -1, -1): # eg 50 - 0
|
||||
|
@ -15,6 +15,7 @@
|
||||
<hr/>
|
||||
Matrix: @deadvey:matrix.org
|
||||
Mastodon: <a href="https://mastodon.tuxcord.net/@deadvey">@deadvey@mastodon.tuxcord.net</a>
|
||||
NeoDB: <a href="https://neodb.deadvey.com/users/DeaDvey/">@DeaDvey@neodb.deadvey.com</a>
|
||||
IRC network: <a href="irc://irc.tuxcord.net">irc.tuxcord.net</a>
|
||||
Email: <a href="mailto:email@deadvey.com">email@deadvey.com</a>
|
||||
</pre>
|
||||
|
1995
index.html.1
1995
index.html.1
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user