diff options
author | mms <michal@sapka.me> | 2024-06-24 22:55:13 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-24 22:55:13 +0200 |
commit | d13d1e2b5b2e531638aeced66c5f995d7be0b6e7 (patch) | |
tree | ca1bcac6d72732a0b8505436de46c56eeb945cb9 | |
parent | cd438a46b12cdd2d8d7790c2b5cce965ca457e90 (diff) |
feat: fix title
-rw-r--r-- | content-org/blog-extra.org | 4 | ||||
-rw-r--r-- | content/blog/_index.md | 4 | ||||
-rw-r--r-- | layouts/partials/homepage/nameplate.html | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/content-org/blog-extra.org b/content-org/blog-extra.org index 0e79f39..0aec7a2 100644 --- a/content-org/blog-extra.org +++ b/content-org/blog-extra.org @@ -7,11 +7,11 @@ #+HUGO_WEIGHT: auto #+HUGO_SECTION: blog -* Blog +* Michał's Blog :PROPERTIES: :EXPORT_HUGO_SECTION: blog/ :EXPORT_FILE_NAME: _index -:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract My blog, est. 2022 +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract My e/n blog, est. 2022. Over 200 thingies! :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/toc/) :END: diff --git a/content/blog/_index.md b/content/blog/_index.md index bd31129..dd3de73 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,8 +1,8 @@ +++ -title = "Blog" +title = "Michał's Blog" author = ["Michał Sapka"] draft = false weight = 1001 -abstract = "My blog, est. 2022" +abstract = "My e/n blog, est. 2022. Over 200 thingies!" aliases = ["/toc/"] +++ diff --git a/layouts/partials/homepage/nameplate.html b/layouts/partials/homepage/nameplate.html index 24e7250..1cb492b 100644 --- a/layouts/partials/homepage/nameplate.html +++ b/layouts/partials/homepage/nameplate.html @@ -17,7 +17,7 @@ <table class="small"> <tr> <td> Name </td> - <td> Michal Sapka's Website </td> + <td> Michał Sapka's Website </td> </tr> <tr> <td> Established </td> |