hugo-theme-mofo

Minimal theme for Hugo
git clone https://git.bracken.jp/hugo-theme-mofo.git
Log | Files | Refs | LICENSE

commit 0abd22cc9865b0e58aaf67f22cc6d84431b8dc0a
parent 83c36880efde7948a14334fdad5547752e237381
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 19 Aug 2019 22:41:00 -0700

Corriger une faute de frappe

I swear it was a typo et pas que j'ai oublié comment parler français.

Diffstat:
Mlayouts/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 un page web.</div> +<div class="center"><b>404.</b> Ceci n'est pas une page web.</div> {{- end }}