Skip to content

Commit d53a33d

Browse files
committed
updated image url in the post
1 parent 636cf7b commit d53a33d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: content/posts/adding_password_protection_to_a_hugo_post.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This method lacks complete security. Anyone with basic Hugo knowledge can access
2222

2323
Before we proceed, open the post [Top Secret](http://localhost:1313/posts/top_secret/) that is protection with a password. When prompted, enter the password `1234` to read the top secret.
2424

25-
![password-protection](https://pouch.jumpshare.com/preview/GA_t8X7rJkwOSdsolhK4H7ND9kHBOgRq7g98Vcr_R62DovJUg6TLF0gQt5140AoHfJD7SLqCLZnupx2aUWWIM4A9dVtAxDj6JHloBdAvI18)
25+
![password-protection](https://global.discourse-cdn.com/standard10/uploads/gohugo/original/3X/f/8/f8f86d4073b44b9e45899e30e92b6a3b8f26fdaf.gif)
2626

2727
----
2828
## 1. Add a new parameter, `password`

Diff for: public/sitemap.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
33
xmlns:xhtml="http://www.w3.org/1999/xhtml"
44
><url>
5-
<loc>https://shiva.dev/posts/adding_password_protection_to_a_hugo_post/</loc><lastmod>2024-07-09T08:28:49-04:00</lastmod></url><url>
6-
<loc>https://shiva.dev/categories/</loc><lastmod>2024-07-09T08:28:49-04:00</lastmod></url><url>
7-
<loc>https://shiva.dev/categories/development/</loc><lastmod>2024-07-09T08:28:49-04:00</lastmod></url><url>
8-
<loc>https://shiva.dev/tags/hugo/</loc><lastmod>2024-07-09T08:28:49-04:00</lastmod></url><url>
9-
<loc>https://shiva.dev/</loc><lastmod>2024-07-09T08:28:49-04:00</lastmod></url><url>
10-
<loc>https://shiva.dev/tags/</loc><lastmod>2024-07-09T08:28:49-04:00</lastmod></url><url>
5+
<loc>https://shiva.dev/posts/adding_password_protection_to_a_hugo_post/</loc><lastmod>2024-07-09T13:37:43-04:00</lastmod></url><url>
6+
<loc>https://shiva.dev/categories/</loc><lastmod>2024-07-09T13:37:43-04:00</lastmod></url><url>
7+
<loc>https://shiva.dev/categories/development/</loc><lastmod>2024-07-09T13:37:43-04:00</lastmod></url><url>
8+
<loc>https://shiva.dev/tags/hugo/</loc><lastmod>2024-07-09T13:37:43-04:00</lastmod></url><url>
9+
<loc>https://shiva.dev/</loc><lastmod>2024-07-09T13:37:43-04:00</lastmod></url><url>
10+
<loc>https://shiva.dev/tags/</loc><lastmod>2024-07-09T13:37:43-04:00</lastmod></url><url>
1111
<loc>https://shiva.dev/posts/top_secret/</loc><lastmod>2024-07-09T01:38:52-04:00</lastmod></url><url>
1212
<loc>https://shiva.dev/posts/lunr_search_for_hugo/</loc><lastmod>2024-06-23T13:12:21-04:00</lastmod></url><url>
1313
<loc>https://shiva.dev/tags/lunr/</loc><lastmod>2024-06-23T13:12:21-04:00</lastmod></url><url>

0 commit comments

Comments
 (0)