aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/wikipedia.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/shortcodes/wikipedia.html')
-rw-r--r--themes/default/layouts/shortcodes/wikipedia.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/layouts/shortcodes/wikipedia.html b/themes/default/layouts/shortcodes/wikipedia.html
index 65fa399..dd33a55 100644
--- a/themes/default/layouts/shortcodes/wikipedia.html
+++ b/themes/default/layouts/shortcodes/wikipedia.html
@@ -7,7 +7,9 @@
-}}
<wikipedia-container title="{{ $title }}">
- <iframe loading="lazy"
+ <iframe
+ loading="lazy"
+ scrolling="no"
height="300"
src="https://en.m.wikipedia.org/wiki/{{ $id }}"
title="{{ $title }}"