mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2026-01-11 04:04:51 +00:00
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.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2022-07-17
|
||||
|
||||
* Fix source code link
|
||||
|
||||
2022-05-21
|
||||
|
||||
* Show error page for missing posts
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Scribe
|
||||
VERSION = "2022-06-17"
|
||||
VERSION = "2022-07-17"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user