🏗️ update project name

This commit is contained in:
DrMaxNix 2024-05-03 11:40:30 +02:00
parent fd81d145da
commit 610bba0ff9

View File

@ -120,7 +120,7 @@
(defn format-pronoun-examples
[pronoun-declensions]
(let [sub-objs (map #(s/join "/" (take 2 %)) pronoun-declensions)
title (str "Pronoun Island: " (prose-comma-list sub-objs) " examples")
title (str "Pronoun LOL: " (prose-comma-list sub-objs) " examples")
examples (map #(apply examples-block %) pronoun-declensions)]
(html
[:html
@ -160,7 +160,7 @@
(defn front []
(let [abbreviations (take 6 (u/abbreviate @pronouns-table))
links (map make-link abbreviations)
title "Pronoun Island"
title "Pronoun LOL"
description "Pronoun.lol is a website for personal pronoun usage examples."]
(html
[:html
@ -185,7 +185,7 @@
(defn all-pronouns []
(let [abbreviations (u/abbreviate @pronouns-table)
links (map make-link abbreviations)
title "Pronoun Island"]
title "Pronoun LOL"]
(html
[:html
[:head
@ -201,7 +201,7 @@
(footer-block)])))
(defn not-found [path]
(let [title "Pronoun Island: English Language Examples"
(let [title "Pronoun LOL: English Language Examples"
or-re #"/[oO][rR]/"]
(html
[:html