From 610bba0ff9d98e355bf6dff0d32a348c8db57cbd Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 3 May 2024 11:40:30 +0200 Subject: [PATCH] :building_construction: update project name --- src/pronouns/pages.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index 5cf6573..d052942 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -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