File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< table class ="image ">
2
2
< caption align ="bottom "> {{ include.description }}</ caption >
3
- < tr > < td > < img src ="{{ site.baseurl }}/{{ include.url }} " alt ="{{ include.description }} "/> </ td > </ tr >
3
+ < tr > < td > < img src ="{{site.url}}{{site. baseurl}}/{{ include.url }} " alt ="{{ include.description }} "/> </ td > </ tr >
4
4
</ table >
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ layout: none
4
4
<?xml version =" 1.0" encoding =" UTF-8" ?>
5
5
<rss version =" 2.0" xmlns : atom =" http://www.w3.org/2005/Atom" >
6
6
<channel >
7
- <title >{{ site.name | xml_escape }}</title >
7
+ <title >{{ site.title | xml_escape }}</title >
8
8
<description >{{ site.description | xml_escape }}</description >
9
- <link >{{ site.url }}</link >
10
- <atom : link href =" {{ site.url }}/feed.xml" rel =" self" type =" application/rss+xml" />
9
+ <link >{{site.url}}{{site.baseurl }}</link >
10
+ <atom : link href =" {{site.url}}{{site.baseurl }}/feed.xml" rel =" self" type =" application/rss+xml" />
11
11
{% for part in site.parts limit:10 %}
12
12
<item >
13
13
<title >{{ part.title | xml_escape }}</title >
You can’t perform that action at this time.
0 commit comments