mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
Fixing indentation
This commit is contained in:
parent
e9eec1dd91
commit
b4abc7f6ba
@ -93,7 +93,7 @@
|
||||
{{$content = replace $content . $link}}
|
||||
<!-- PDF -->
|
||||
{{else if in ".pdf" $embed_ext }}
|
||||
{{$link := printf "<a href=\"%s\" rel=\"noopener\" class=\"internal-link\">[source]</a>" $href}}
|
||||
{{$link := printf "<a href=\"%s\" rel=\"noopener\" class=\"internal-link\">[source]</a>" $href}}
|
||||
{{$link := printf "%s<br><iframe src=\"%s\" style=\"height: -webkit-fill-available; width: -webkit-fill-available;\"></iframe>" $link $href}}
|
||||
{{$content = replace $content . $link}}
|
||||
<!-- other -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user