commit 4493b6b73eb9c7e9e90e7fa679d2cd4008323604 from: Omar Polo date: Tue Nov 03 15:39:53 2020 UTC add licensing stuff at the end of the page commit - a4a8175c065a8ff723342accb7f89f0d06fa2bf5 commit + 4493b6b73eb9c7e9e90e7fa679d2cd4008323604 blob - 94f07608b5271f889cf3861f9ee4485bc5ad76b8 blob + 27f9c704d6294cd9e4eb0bd96f696204eb1353c1 --- resources/css/style.css +++ resources/css/style.css @@ -341,6 +341,10 @@ footer { padding-top: 10px; font-style: italic; text-align: center; +} + +footer p { + margin: 0; } blob - ee80e6d821c7caf8669d8d15d9f50786547aecb7 blob + 385ff68c28081664bfb35b04022039d0109c5bc2 --- src/blog/gemini.clj +++ src/blog/gemini.clj @@ -21,6 +21,8 @@ body [:paragraph ""] [:paragraph ""] + [:paragraph ""] + [:paragraph "-- text: CC-BY-SA-4.0; code: ISC (unless specified otherwise)"] [:paragraph "Blog proudly generated with Clojure"] [:link "https://git.omarpolo.com/blog/" "sources"]))) blob - 6792c4acdc168647b54a66b6c2d76af3a09b2b07 blob + 6a27802f54af129adb94ac76acbe2bc1ab7951f6 --- src/blog/http.clj +++ src/blog/http.clj @@ -43,6 +43,7 @@ (header d) [:main body] [:footer + [:p "text: CC-BY-SA-4.0; code: ISC (unless specified otherwise)"] [:p "Blog proudly generated with " [:a {:href "https://git.omarpolo.com/blog/"} [:code "(clojure)"]]]]