commit b834a391481478d53d3f2031ddbb021fed44c566 parent 480fcac8eebde748404231359f3060e2f55c4d42 Author: Chris Bracken <chris@bracken.jp> Date: Mon, 1 Feb 2021 11:44:14 -0800 Add fr lang span around French error message Diffstat:
M | layouts/404.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/404.html b/layouts/404.html @@ -1,3 +1,3 @@ {{- define "content" -}} -<div class="center"><b>404.</b> Ceci n'est pas une page web.</div> +<div class="center"><b>404.</b> <span lang="fr">Ceci n'est pas une page web.</span></div> {{- end }}