udpate base_url and youtube.html

This commit is contained in:
kylejcarlton 2021-11-28 14:36:42 -06:00
parent ad23c20fc8
commit db8bf890cc
2 changed files with 1 additions and 11 deletions

View file

@ -1,5 +1,5 @@
# Be sure to change these!
base_url = "https://zola-theme-terminimal.pages.dev/"
base_url = "https://zola-theme-terminimal.pages.dev"
title = "Tech it Yourself"
# Sass compilation is required

View file

@ -1,13 +1,3 @@
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
<div {% if class %}class="{{class}}"{% endif %}>
<iframe
class="responsive-iframe"