diff --git a/.gitignore b/.gitignore index 5a471ee..a2b12f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ resources public -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +bulma diff --git a/themes/chosto/layouts/_default/single.html b/themes/chosto/layouts/_default/single.html index 1a7656b..62dfc37 100644 --- a/themes/chosto/layouts/_default/single.html +++ b/themes/chosto/layouts/_default/single.html @@ -29,9 +29,9 @@ {{ else }}
{{ end }} -
+
-
+
{{ with .Params.imgExplanation }}
@@ -40,9 +40,17 @@
{{ end }} - + {{ with .Params.summary }} -
+
+
+ {{ . }} +
+
+ {{ end }} + + {{ with .Params.intro }} +
{{ . }}
@@ -50,7 +58,7 @@ {{ end }} {{ if (and (not .Params.notoc) (gt .WordCount 600)) }} -
+