minor syntax changes
This commit is contained in:
parent
e25fc1f99e
commit
d5d49aee67
@ -111,7 +111,7 @@
|
||||
(href "https://www.gnu.org/licenses/agpl.html" "AGPLv3")
|
||||
"! visit the project on "
|
||||
(href "https://github.com/witch-house/pronoun.is" "github")]
|
||||
[:p "<3"]]))
|
||||
[:p "<3"]]))
|
||||
|
||||
(defn footer-block []
|
||||
[:footer (usage-block) (contact-block)])
|
||||
@ -126,6 +126,7 @@
|
||||
[:head
|
||||
[:title title]
|
||||
[:meta {:name "viewport" :content "width=device-width"}]
|
||||
[:meta {:charset "utf-8"}]
|
||||
[:meta {:name "description" :content (u/strip-markup examples)}]
|
||||
[:meta {:name "twitter:card" :content "summary"}]
|
||||
[:meta {:name "twitter:title" :content title}]
|
||||
@ -164,6 +165,7 @@
|
||||
[:head
|
||||
[:title title]
|
||||
[:meta {:name "viewport" :content "width=device-width"}]
|
||||
[:meta {:charset "utf-8"}]
|
||||
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
|
||||
[:body
|
||||
(header-block title)
|
||||
@ -183,6 +185,7 @@
|
||||
[:head
|
||||
[:title title]
|
||||
[:meta {:name "viewport" :content "width=device-width"}]
|
||||
[:meta {:charset "utf-8"}]
|
||||
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
|
||||
[:body
|
||||
(header-block title)
|
||||
@ -199,6 +202,7 @@
|
||||
[:head
|
||||
[:title title]
|
||||
[:meta {:name "viewport" :content "width=device-width"}]
|
||||
[:meta {:charset "utf-8"}]
|
||||
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
|
||||
[:body
|
||||
(header-block title)
|
||||
|
Loading…
Reference in New Issue
Block a user