We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2629cc8 commit c1dd317Copy full SHA for c1dd317
src/shared/Skeleton.elm
@@ -48,6 +48,6 @@ footer =
48
div [class "footer"]
49
[ text "All code for this site is open source and written in Elm. "
50
, a [ class "grey-link", href "https://github.com/elm-lang/elm-lang.org/" ] [ text "Check it out" ]
51
- , text "! — © 2012-2016 Evan Czaplicki"
+ , text "! — © 2012-2017 Evan Czaplicki"
52
]
53
0 commit comments