diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-09 19:39:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-09 19:39:30 +0900 |
| commit | 10a7bd57badd7e7c37ac8c5e99b573ca45820c34 (patch) | |
| tree | 1c41e90276959a29dcda4554c7c189f2db94c021 | |
| parent | c0c73379890f1a4ee6ee07b1aee188c33ef66ab0 (diff) | |
| download | nsfisis.dev-10a7bd57badd7e7c37ac8c5e99b573ca45820c34.tar.gz nsfisis.dev-10a7bd57badd7e7c37ac8c5e99b573ca45820c34.tar.zst nsfisis.dev-10a7bd57badd7e7c37ac8c5e99b573ca45820c34.zip | |
fix(blog/content): fix markup of /posts/2023-10-13/i-entered-the-open-university-of-japan/
| -rw-r--r-- | vhosts/blog/content/posts/2023-10-13/i-entered-the-open-university-of-japan.ndoc | 2 | ||||
| -rw-r--r-- | vhosts/blog/public/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vhosts/blog/content/posts/2023-10-13/i-entered-the-open-university-of-japan.ndoc b/vhosts/blog/content/posts/2023-10-13/i-entered-the-open-university-of-japan.ndoc index bc33b990..31927141 100644 --- a/vhosts/blog/content/posts/2023-10-13/i-entered-the-open-university-of-japan.ndoc +++ b/vhosts/blog/content/posts/2023-10-13/i-entered-the-open-university-of-japan.ndoc @@ -13,7 +13,7 @@ remark = "公開" --- <article> <section id="i-entered-ouj"> - <title>放送大学に入学しました</title> + <h>放送大学に入学しました</h> <p> とあるきっかけがあり、もう一度大学生をすることにしました。 仕事のほうも、これまでどおりフルタイムで続けていきます。 diff --git a/vhosts/blog/public/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html b/vhosts/blog/public/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html index ac13669c..2ce30e71 100644 --- a/vhosts/blog/public/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html +++ b/vhosts/blog/public/posts/2023-10-13/i-entered-the-open-university-of-japan/index.html @@ -58,7 +58,7 @@ </ol> </section> <section id="section--i-entered-ouj"> - <title>放送大学に入学しました</title> + <h2><a href="#section--i-entered-ouj">放送大学に入学しました</a></h2> <p> とあるきっかけがあり、もう一度大学生をすることにしました。仕事のほうも、これまでどおりフルタイムで続けていきます。 </p> |
