Fetch feature image from url

This commit is contained in:
Aakash Nand
2024-02-05 16:02:40 +09:00
parent ddf79f4573
commit d332b54c94
6 changed files with 25 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
{{ define "main" }}
{{ .Scratch.Set "scope" "single" }}
<style>
.max-w-fit, .max-w-prose {
max-width: {{.Params.maxWidth}}ch
}
</style>
<article>
{{ if .Params.showHero | default (.Site.Params.article.showHero | default false) }}