Fixing indentation

This commit is contained in:
Apoorv Khandelwal 2023-01-21 12:37:59 -05:00 committed by GitHub
parent e9eec1dd91
commit b4abc7f6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 -->