File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- github .logic.net
1
+ code .logic.net
Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ layout: nil
5
5
<feed xmlns =" http://www.w3.org/2005/Atom" >
6
6
<title >esm@github</title >
7
7
<subtitle >Beware of programmers who carry screwdrivers</subtitle >
8
- <link href =" http://github .logic.net/atom.xml" rel =" self" />
9
- <link href =" http://github .logic.net/" />
8
+ <link href =" http://code .logic.net/atom.xml" rel =" self" />
9
+ <link href =" http://code .logic.net/" />
10
10
<updated >{{ site.time | date_to_xmlschema }}</updated >
11
- <id >http://github .logic.net/</id >
11
+ <id >http://code .logic.net/</id >
12
12
<author >
13
13
<name >Ed Marshall</name >
14
- <email >esm+github@ logic.net</email >
14
+ <email >esm+code. logic.net</email >
15
15
</author >
16
16
{% for post in site.posts %}
17
17
<entry >
18
18
<title >{{ post.title }}</title >
19
- <link href =" http://github .logic.net{{ post.url }}" />
19
+ <link href =" http://code .logic.net{{ post.url }}" />
20
20
<updated >{{ post.date | date_to_xmlschema }}</updated >
21
- <id >http://github .logic.net{{ post.id }}</id >
21
+ <id >http://code .logic.net{{ post.id }}</id >
22
22
<content type =" html" >{{ post.content | xml_escape }}</content >
23
23
</entry >
24
24
{% endfor %}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ layout: nil
5
5
<rss xmlns : atom =" http://www.w3.org/2005/Atom" version =" 2.0" >
6
6
<channel >
7
7
<title >esm@github</title >
8
- <link >http://github .logic.net/</link >
8
+ <link >http://code .logic.net/</link >
9
9
<description >Beware of programmers who carry screwdrivers</description >
10
10
<lastBuildDate >{{ site.time }}</lastBuildDate >
11
11
{% for category in site.categories %}
@@ -14,8 +14,8 @@ layout: nil
14
14
{% for post in site.posts %}
15
15
<item >
16
16
<title >{{ post.title }}</title >
17
- <link >http://github .logic.net{{ post.url }}</link >
18
- <guid >http://github .logic.net{{ post.url }}</guid >
17
+ <link >http://code .logic.net{{ post.url }}</link >
18
+ <guid >http://code .logic.net{{ post.url }}</guid >
19
19
<pubDate >{{ post.date }}</pubDate >
20
20
<description >{{ post.content | xml_escape }}</description >
21
21
{% for category in post.categories %}
You can’t perform that action at this time.
0 commit comments