Fix source code link

Capitalize the `S` in `Scribe`. I don't have record of this ever
needing to be capitalized before, but it clearly does not work.
main 2022-07-17
Edward Loveall 2022-07-17 11:30:03 -04:00
rodzic f05a12a880
commit 740230d451
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A7606DFEC2BA731F
3 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2022-07-17
* Fix source code link
2022-05-21
* Show error page for missing posts

Wyświetl plik

@ -4,7 +4,7 @@ class Shared::LayoutFooter < BaseComponent
footer do
para do
span do
a "Source code", href: "https://sr.ht/~edwardloveall/scribe"
a "Source code", href: "https://sr.ht/~edwardloveall/Scribe"
end
span do
text "Version: #{Scribe::VERSION}"

Wyświetl plik

@ -1,3 +1,3 @@
module Scribe
VERSION = "2022-06-17"
VERSION = "2022-07-17"
end