Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'feed.xml')
-rw-r--r--feed.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/feed.xml b/feed.xml
deleted file mode 100644
index 905ec7c..0000000
--- a/feed.xml
+++ /dev/null
@@ -1,38 +0,0 @@
----
-layout: null
----
-<?xml version="1.0" encoding="UTF-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
-<title type="text">{{ site.title }}</title>
-<generator uri="https://github.com/mojombo/jekyll">Jekyll</generator>
-<link rel="self" type="application/atom+xml" href="{{ site.url }}/feed.xml" />
-<link rel="alternate" type="text/html" href="{{ site.url }}" />
-<updated>{{ site.time | date_to_xmlschema }}</updated>
-<id>{{ site.url }}/</id>
-<author>
- <name>{{ site.owner.name }}</name>
- <uri>{{ site.url }}/</uri>
- {% if site.owner.email %}<email>{{ site.owner.email }}</email>{% endif %}
-</author>
-{% for post in site.posts limit:20 %}
-
-<entry>
- <title type="html"><![CDATA[{{ post.title | cdata_escape }}]]></title>
- <link rel="alternate" type="text/html" href="{% if post.link %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %}" />
- <id>{{ site.url }}{{ post.id }}</id>
- {% if post.modified %}<updated>{{ post.modified | to_xmlschema }}T00:00:00-00:00</updated>
- <published>{{ post.date | date_to_xmlschema }}</published>
- {% else %}<published>{{ post.date | date_to_xmlschema }}</published>
- <updated>{{ post.date | date_to_xmlschema }}</updated>{% endif %}
- <author>
- <name>{{ site.owner.name }}</name>
- <uri>{{ site.url }}</uri>
- <email>{{ site.owner.email }}</email>
- </author>
- <content type="html">
- {{ post.content | xml_escape }}
- {% include feed-footer.html %}
- </content>
-</entry>
-{% endfor %}
-</feed>