diff options
-rw-r--r-- | content/projects/riibalanced-patcher.md | 2 | ||||
-rw-r--r-- | layouts/blog/list.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/projects/riibalanced-patcher.md b/content/projects/riibalanced-patcher.md index 468d67d..9be88d3 100644 --- a/content/projects/riibalanced-patcher.md +++ b/content/projects/riibalanced-patcher.md @@ -2,7 +2,7 @@ title: "Riibalanced Patcher" description: "An ISO/WBFS Mario Kart Wii patcher for Riibalanced Version 5" icon: "funky.png" -license: "FOSS License" +license: "Unlicense" languages: "Bash" current: true date: 2022-06-01 diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 345b5f9..2f2bb10 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -1,5 +1,5 @@ {{ partial "head.html" . }} -<h1>My Blogs</h1> +<h1>My Blog</h1> <hr> {{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }} <div class="list p-3 rounded-3"> |