Skip to content

Commit

Permalink
fix: iframe template url
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Apr 15, 2021
1 parent 8c19b9d commit 5743b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name=PKG_NAME,
version='0.4.7',
version='0.4.8',

packages=[PKG_NAME],
package_dir={PKG_NAME: f"{SRC_FOLDER}/{PKG_NAME}"},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- https://getbootstrap.com/docs/4.0/utilities/embed/#aspect-ratios -->

<div class="embed-responsive embed-responsive-{% block aspect_ratio %}16by9{% endblock %}">
<iframe class="embed-responsive-item" src="{{ link }}" allowfullscreen></iframe>
<iframe class="embed-responsive-item" src="{{ url }}" allowfullscreen></iframe>
</div>

0 comments on commit 5743b90

Please sign in to comment.