Skip to content

Commit 96dbdd2

Browse files
committed
permalink
1 parent 830e2e5 commit 96dbdd2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

_site/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>My Personal Blog</description>
66
<link>http://aboutashu.com/hcz-jekyll-blog/hcz-jekyll-blog/</link>
77
<atom:link href="http://aboutashu.com/hcz-jekyll-blog/hcz-jekyll-blog/feed.xml" rel="self" type="application/rss+xml"/>
8-
<pubDate>Sun, 05 Jun 2016 09:13:55 +0530</pubDate>
9-
<lastBuildDate>Sun, 05 Jun 2016 09:13:55 +0530</lastBuildDate>
8+
<pubDate>Sun, 05 Jun 2016 13:51:28 +0530</pubDate>
9+
<lastBuildDate>Sun, 05 Jun 2016 13:51:28 +0530</lastBuildDate>
1010
<generator>Jekyll v3.1.6</generator>
1111

1212
<item>

_site/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h2 class="blog-title-pro">Blog</h2>
169169
</div>
170170
<div class="row-content">
171171
<div class="least-content">04 Jun 2016</div>
172-
<h4 class="list-group-item-heading"><a href="/jekyll/2016/06/04/welcome-to-jekyll.html">Welcome to Jekyll!</a></h4>
172+
<h4 class="list-group-item-heading"><a href="/hcz-jekyll-blog/jekyll/2016/06/04/welcome-to-jekyll.html">Welcome to Jekyll!</a></h4>
173173

174174
<p class="list-group-item-text">You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your...</p>
175175
</div>
@@ -182,7 +182,7 @@ <h4 class="list-group-item-heading"><a href="/jekyll/2016/06/04/welcome-to-jekyl
182182
</div>
183183
<div class="row-content">
184184
<div class="least-content">04 Jun 2016</div>
185-
<h4 class="list-group-item-heading"><a href="/others/2016/06/04/example-content.html">Example content for posts</a></h4>
185+
<h4 class="list-group-item-heading"><a href="/hcz-jekyll-blog/others/2016/06/04/example-content.html">Example content for posts</a></h4>
186186

187187
<p class="list-group-item-text">This demo page has been used from http://jasonm23.github.io/markdown-css-themes/. A First Level Header A Second Level Header A Third Level Header...</p>
188188
</div>
@@ -195,7 +195,7 @@ <h4 class="list-group-item-heading"><a href="/others/2016/06/04/example-content.
195195
</div>
196196
<div class="row-content">
197197
<div class="least-content">04 Jun 2015</div>
198-
<h4 class="list-group-item-heading"><a href="/others/2015/06/04/test-page.html">Test Page</a></h4>
198+
<h4 class="list-group-item-heading"><a href="/hcz-jekyll-blog/others/2015/06/04/test-page.html">Test Page</a></h4>
199199

200200
<p class="list-group-item-text">This is a test blog page where we can explore how to embedd images in the blog. Image example 1...</p>
201201
</div>

_site/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>My Personal Blog</description>
66
<link>http://aboutashu.com/hcz-jekyll-blog/hcz-jekyll-blog/</link>
77
<atom:link href="http://aboutashu.com/hcz-jekyll-blog/hcz-jekyll-blog/sitemap.xml" rel="self" type="application/rss+xml"/>
8-
<pubDate>Sun, 05 Jun 2016 09:13:55 +0530</pubDate>
9-
<lastBuildDate>Sun, 05 Jun 2016 09:13:55 +0530</lastBuildDate>
8+
<pubDate>Sun, 05 Jun 2016 13:51:28 +0530</pubDate>
9+
<lastBuildDate>Sun, 05 Jun 2016 13:51:28 +0530</lastBuildDate>
1010
<generator>Jekyll v3.1.6</generator>
1111

1212
<item>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
<div class="row-content">
1313
<div class="least-content">{{ post.date | date_to_string }}</div>
14-
<h4 class="list-group-item-heading"><a href="{{ post.url }}">{{ post.title }}</a></h4>
14+
<h4 class="list-group-item-heading"><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h4>
1515

1616
<p class="list-group-item-text">{{ post.content | strip_html | truncatewords: 20 }}</p>
1717
</div>

0 commit comments

Comments
 (0)