mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-20 07:17:11 +02:00
udpate base_url and youtube.html
This commit is contained in:
parent
ad23c20fc8
commit
db8bf890cc
|
@ -1,5 +1,5 @@
|
||||||
# Be sure to change these!
|
# 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"
|
title = "Tech it Yourself"
|
||||||
|
|
||||||
# Sass compilation is required
|
# Sass compilation is required
|
||||||
|
|
|
@ -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 %}>
|
<div {% if class %}class="{{class}}"{% endif %}>
|
||||||
<iframe
|
<iframe
|
||||||
class="responsive-iframe"
|
class="responsive-iframe"
|
||||||
|
|
Loading…
Reference in a new issue