Remove Pubsubhubub for now
This commit is contained in:
parent
0e91c5fce0
commit
7992c0879b
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
all: compile upload superfeedr
|
all: compile upload
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
@echo "=== Generating static files"
|
@echo "=== Generating static files"
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -6,7 +6,7 @@ layout: null
|
||||||
<title>{{ site.title }}</title>
|
<title>{{ site.title }}</title>
|
||||||
<link rel="self" href="{{ site.url }}/feed.xml" />
|
<link rel="self" href="{{ site.url }}/feed.xml" />
|
||||||
<link href="{{ site.url }}/"/>
|
<link href="{{ site.url }}/"/>
|
||||||
<link rel="hub" href="{{ site.hub_url }}/" />
|
<!--<link rel="hub" href="{{ site.hub_url }}/" />-->
|
||||||
<updated>{{ site.time | date_to_xmlschema }}</updated>
|
<updated>{{ site.time | date_to_xmlschema }}</updated>
|
||||||
<id>{{ site.url }}</id>
|
<id>{{ site.url }}</id>
|
||||||
<author>
|
<author>
|
||||||
|
|
Loading…
Reference in a new issue