chore: styles + partial ordering
This commit is contained in:
parent
8179e5159d
commit
e673492f30
8 changed files with 16 additions and 8 deletions
|
@ -45,7 +45,7 @@
|
|||
{%- assign escapedPageDescription = pageDescription | escape -%}
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="{{ globals.lang }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
@ -93,4 +93,4 @@
|
|||
</script>
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
|
@ -1,3 +1,2 @@
|
|||
<script type="module" src="/assets/scripts/components/youtube-video-element.js?v={% appVersion %}"></script>
|
||||
<style>youtube-video{aspect-ratio:16/9;width:100%;display:flex}</style>
|
||||
<youtube-video controls src="{{ url }}"></youtube-video>
|
Reference in a new issue