Compare commits

..

2 commits

Author SHA1 Message Date
68b5032bb3 fix comma on small screens
All checks were successful
Hugo / build (push) Successful in 5s
2024-06-19 00:23:20 -04:00
ff5eaab263 add hugo config.toml file 2024-06-19 00:21:28 -04:00
2 changed files with 7 additions and 4 deletions

4
config.toml Normal file
View file

@ -0,0 +1,4 @@
[module]
[module.hugoVersion]
extended = false
min = "0.120.2"

View file

@ -3,9 +3,8 @@
<main>
<div class="one">
<div class="flex-row">
<span>"title":</span>
<span class="highlight">"{{ .Site.Params.title }}"</span>
,
<span>"title":</span
><span> <span class="highlight">"{{ .Site.Params.title }}"</span>,</span>
</div>
<div class="flex-row">
<span>"body":</span>