summaryrefslogtreecommitdiffstats
path: root/feed.atom
diff options
context:
space:
mode:
authortruman <truman@mi.fu-berlin.de>2014-12-01 19:54:00 +0100
committertruman <truman@mi.fu-berlin.de>2014-12-01 19:54:00 +0100
commit678f5b84a8d32d837ad97767f772d59100e1d814 (patch)
tree62db6616819bb7ce75a019ba250f0d788d52faed /feed.atom
parent3a41e42fbe1f14c37e11d8dc6c260a135d6c83e3 (diff)
downloadwww-678f5b84a8d32d837ad97767f772d59100e1d814.tar.gz
www-678f5b84a8d32d837ad97767f772d59100e1d814.tar.bz2
www-678f5b84a8d32d837ad97767f772d59100e1d814.zip
An vielen Stellen http zu https ersetzt. Bei den Links zu unseren
Diensten habe ich das gelassen, weil da TLS nicht aktiviert ist.
Diffstat (limited to 'feed.atom')
-rw-r--r--feed.atom2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.atom b/feed.atom
index ea3acdf..80819c9 100644
--- a/feed.atom
+++ b/feed.atom
@@ -5,7 +5,7 @@
{% block content -%}
<?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
+<feed xmlns="https://www.w3.org/2005/Atom" xmlns:thr="https://purl.org/syndication/thread/1.0">
<id>{{ site.url }}</id>
<title>{{ site.title }}</title>
{% if site.latest_post -%}