Skip to content

Commit

Permalink
deploy: 7826f6e
Browse files Browse the repository at this point in the history
  • Loading branch information
surajjdhv committed Nov 2, 2023
1 parent 1f9a046 commit f316108
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion blog/firstpost/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ <h2 class="visually-hidden">Top level navigation menu</h2>
<h1>This is my first post.</h1>

<ul class="post-metadata">
<li><time datetime="2018-05-01">01 May 2018</time></li>
<li><time datetime="2023-11-01">01 November 2023</time></li>
<li><a href="/tags/sample/" class="post-tag">sample</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h1>Blog</h1>

<li class="postlist-item">
<a href="/blog/firstpost/" class="postlist-link">This is my first post.</a>
<time class="postlist-date" datetime="2018-05-01">May 2018</time>
<time class="postlist-date" datetime="2023-11-01">November 2023</time>
</li>

</ol>
Expand Down
2 changes: 1 addition & 1 deletion feed/feed.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://surajjadhav.me/blog/firstpost/",
"title": "This is my first post.",
"content_html": "<p>This is my first post.</p>\n",
"date_published": "2018-05-01T00:00:00Z"
"date_published": "2023-11-01T00:00:00Z"
}

]
Expand Down
4 changes: 2 additions & 2 deletions feed/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<subtitle>I am writing about my experiences as a naval navel-gazer.</subtitle>
<link href="https://surajjadhav.me/feed/feed.xml" rel="self"/>
<link href="https://surajjadhav.me/"/>
<updated>2018-05-01T00:00:00Z</updated>
<updated>2023-11-01T00:00:00Z</updated>
<id>https://surajjadhav.me/</id>
<author>
<name>Suraj Jadhav</name>
Expand All @@ -14,7 +14,7 @@
<entry>
<title>This is my first post.</title>
<link href="https://surajjadhav.me/blog/firstpost/"/>
<updated>2018-05-01T00:00:00Z</updated>
<updated>2023-11-01T00:00:00Z</updated>
<id>https://surajjadhav.me/blog/firstpost/</id>
<content type="html">&lt;p&gt;This is my first post.&lt;/p&gt;
</content>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h2>Latest 1 Post</h2>

<li class="postlist-item">
<a href="/blog/firstpost/" class="postlist-link">This is my first post.</a>
<time class="postlist-date" datetime="2018-05-01">May 2018</time>
<time class="postlist-date" datetime="2023-11-01">November 2023</time>
</li>

</ol>
Expand Down
12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@

<url>
<loc>https://surajjadhav.me/blog/firstpost/</loc>
<lastmod>2018-05-01</lastmod>
<lastmod>2023-11-01</lastmod>
</url>

<url>
<loc>https://surajjadhav.me/about/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
</url>

<url>
<loc>https://surajjadhav.me/blog/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
</url>

<url>
<loc>https://surajjadhav.me/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
</url>

<url>
<loc>https://surajjadhav.me/tags/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
</url>

<url>
<loc>https://surajjadhav.me/tags/sample/</loc>
<lastmod>2023-11-01</lastmod>
<lastmod>2023-11-02</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion tags/sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h1>Tagged “sample”</h1>

<li class="postlist-item">
<a href="/blog/firstpost/" class="postlist-link">This is my first post.</a>
<time class="postlist-date" datetime="2018-05-01">May 2018</time>
<time class="postlist-date" datetime="2023-11-01">November 2023</time>
</li>

</ol>
Expand Down

0 comments on commit f316108

Please sign in to comment.