Add image_raw, image_stretch, image_url params to home.html
This commit is contained in:
@@ -11,18 +11,18 @@
|
||||
{{ partial "paige/link.html" (dict
|
||||
"href" (.Site.Params.paige.bootstrap.icons.link_href | default "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css")
|
||||
"integrity" .Site.Params.paige.bootstrap.icons.link_integrity
|
||||
"remote" true
|
||||
"raw" true
|
||||
) }}
|
||||
{{ partial "paige/link.html" (dict
|
||||
"href" (.Site.Params.paige.bootstrap.style.link_href | default "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css")
|
||||
"integrity" .Site.Params.paige.bootstrap.style.link_integrity
|
||||
"remote" .Site.Params.paige.bootstrap.style.remote
|
||||
"raw" .Site.Params.paige.bootstrap.style.raw
|
||||
) }}
|
||||
{{ if or .Params.paige.math (and .Params.paige.show_full_pages (where .Pages "Params.paige.math" "eq" true)) }}
|
||||
{{ partial "paige/link.html" (dict
|
||||
"href" (.Site.Params.paige.math.style.link_href | default "https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css")
|
||||
"integrity" (.Site.Params.paige.math.style.link_integrity | default "sha256-NJNVfEC6jfEt62wQMafLNT2eI6BaWONXbpkSEVAs3+8=")
|
||||
"remote" true
|
||||
"raw" true
|
||||
) }}
|
||||
{{ end }}
|
||||
{{ if .AlternativeOutputFormats }}
|
||||
|
Reference in New Issue
Block a user