Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/home.elm
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ sources =

copyRight : E.Element Msg
copyRight =
E.text "© 2012-2021 Evan Czaplicki"
E.text "© 2012-2022 Evan Czaplicki"



Expand Down
2 changes: 1 addition & 1 deletion src/Skeleton.elm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ footer =
, a [ class "grey-link", href "https://github.com/elm/compiler/" ] [ text "Compiler Source" ]
, text " — "
, a [ class "grey-link", href "https://github.com/elm/elm-lang.org/" ] [ text "Site Source" ]
, text " — © 2012-2021 Evan Czaplicki"
, text " — © 2012-2022 Evan Czaplicki"
]


Expand Down