Add documentation for external image usage

This commit is contained in:
Aakash Nand
2024-02-05 23:32:48 +09:00
parent d332b54c94
commit 289b3ff7ad
3 changed files with 3 additions and 6 deletions

View File

@@ -1,10 +1,5 @@
{{ 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) }}