Status update
This commit is contained in:
parent
c15806456c
commit
651c93d921
2 changed files with 13 additions and 1 deletions
12
content/posts/services_down.md
Normal file
12
content/posts/services_down.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
+++
|
||||
title = 'Services Down?'
|
||||
date = 2024-07-03T17:22:33-05:00
|
||||
+++
|
||||
|
||||
# A short announcement
|
||||
|
||||
Unfortunately, due to some currently unknown issues, the accessing of some services on this site is not currently possible. These services are:
|
||||
- Monero Node
|
||||
- Peertube
|
||||
|
||||
These services will be down until further notice.
|
|
@ -43,7 +43,7 @@
|
|||
{{- $pages = $pages | first $limit }}
|
||||
{{- end }}
|
||||
{{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||
<channel>
|
||||
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} on {{ end }}{{ .Site.Title }}{{ end }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
|
|
Loading…
Reference in a new issue