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:
parent
f05a12a880
commit
740230d451
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2022-07-17
|
||||||
|
|
||||||
|
* Fix source code link
|
||||||
|
|
||||||
2022-05-21
|
2022-05-21
|
||||||
|
|
||||||
* Show error page for missing posts
|
* Show error page for missing posts
|
||||||
|
|
|
@ -4,7 +4,7 @@ class Shared::LayoutFooter < BaseComponent
|
||||||
footer do
|
footer do
|
||||||
para do
|
para do
|
||||||
span do
|
span do
|
||||||
a "Source code", href: "https://sr.ht/~edwardloveall/scribe"
|
a "Source code", href: "https://sr.ht/~edwardloveall/Scribe"
|
||||||
end
|
end
|
||||||
span do
|
span do
|
||||||
text "Version: #{Scribe::VERSION}"
|
text "Version: #{Scribe::VERSION}"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Scribe
|
module Scribe
|
||||||
VERSION = "2022-06-17"
|
VERSION = "2022-07-17"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue