Open h-enk opened 4 months ago
Copy node_modules/@hyas/doks-core/layouts/blog/single.html and paste as layouts/blog/single.html. Update the latter (line 15) with something like:
node_modules/@hyas/doks-core/layouts/blog/single.html
layouts/blog/single.html
<div class="col-md-13">
Add to assets/scss/common/_custom.scss something like:
assets/scss/common/_custom.scss
.single.blog .content, .list.blog .content { font-size: $font-size-base * 1.375; }
That's a bug — thx! Will be fixed. Quick fix for now: copy node_modules/@hyas/doks-core/layouts/_default/terms.html and paste as layouts/_default/terms.html. Update the latter (line 12) with:
node_modules/@hyas/doks-core/layouts/_default/terms.html
layouts/_default/terms.html
<a class="stretched-link" href="{{ .RelPermalink }}">{{ .Title }} →</a>
Originally posted by @h-enk in https://github.com/gethyas/doks/discussions/1252#discussioncomment-9791648
Copy
node_modules/@hyas/doks-core/layouts/blog/single.html
and paste aslayouts/blog/single.html
. Update the latter (line 15) with something like:Add to
assets/scss/common/_custom.scss
something like:That's a bug — thx! Will be fixed. Quick fix for now: copy
node_modules/@hyas/doks-core/layouts/_default/terms.html
and paste aslayouts/_default/terms.html
. Update the latter (line 12) with:Originally posted by @h-enk in https://github.com/gethyas/doks/discussions/1252#discussioncomment-9791648