File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h2>A sampling of crosswords</h2>
24
24
< ul class ="post-list ">
25
25
{% for post in site.posts %}
26
26
< li >
27
- < span class ="post-meta " style ="font-family: monospace; "> {{ post.date | date: "%a, %d %b %Y" }}</ span > < a class ="post-link " href ="{{ post.url }} "> {{ post.title | escape }}</ a >
27
+ < span class ="post-meta " style ="font-family: monospace; "> {{ post.date | date: "%a, %d %b %Y" }}</ span > < a class ="post-link " href ="{{ post.url | prepend: site.github.url }} "> {{ post.title | escape }}</ a >
28
28
{% if post.layout == 'crossword-pdf' %}
29
29
(pdf)
30
30
{% endif %}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ layout: null
18
18
<title >{{ post.title | xml_escape }}</title >
19
19
<description >{{ description | xml_escape }}</description >
20
20
<pubDate >{{ post.date | date_to_xmlschema }}</pubDate >
21
- <link >{{ post.url | prepend: site.url }}</link >
22
- <guid isPermaLink =" true" >{{ post.url | prepend: site.url }}</guid >
21
+ <link >{{ post.url | prepend: site.github. url }}</link >
22
+ <guid isPermaLink =" true" >{{ post.url | prepend: site.github. url }}</guid >
23
23
</item >
24
24
{% endunless %}
25
25
{% endfor %}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h2>listed by date</h2>
12
12
{% for post in site.posts %}
13
13
{% if post.winners %}
14
14
< li >
15
- < span class ="post-meta " style ="font-family: monospace; "> {{ post.date | date: "%a, %d %b %Y" }}</ span > < a class ="post-link " href ="{{ post.url }} "> {{ post.title | escape }}</ a >
15
+ < span class ="post-meta " style ="font-family: monospace; "> {{ post.date | date: "%a, %d %b %Y" }}</ span > < a class ="post-link " href ="{{ post.url | prepend: site.github.url }} "> {{ post.title | escape }}</ a >
16
16
< br > - won by {{ post.winners | join: '; ' }}.
17
17
</ li >
18
18
{% endif %}
@@ -51,7 +51,7 @@ <h3>{{ winner }}</h3>
51
51
{% assign winner_with_semicolon = winner | append: ';' %}
52
52
{% if post_winner_with_semicolon contains winner_with_semicolon %}
53
53
< li >
54
- < span class ="post-meta " style ="font-family: monospace; "> {{ post.date | date: "%a, %d %b %Y" }}</ span > < a class ="post-link " href ="{{ post.url }} "> {{ post.title | escape }}</ a >
54
+ < span class ="post-meta " style ="font-family: monospace; "> {{ post.date | date: "%a, %d %b %Y" }}</ span > < a class ="post-link " href ="{{ post.url | prepend: site.github.url }} "> {{ post.title | escape }}</ a >
55
55
</ li >
56
56
{% endif %}
57
57
{% endfor %}
You can’t perform that action at this time.
0 commit comments