WIP embed.js support and robots.txt
This commit is contained in:
parent
5368c08039
commit
d0d36c26f3
15 changed files with 108 additions and 44 deletions
|
|
@ -15,7 +15,6 @@
|
|||
<section class="section">
|
||||
{block content}{/block}
|
||||
</section>
|
||||
{include '../components/footer.latte'}
|
||||
{block extra}{/block}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
10
layouts/embed.latte
Normal file
10
layouts/embed.latte
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{include '../components/head.latte'}
|
||||
|
||||
<body>
|
||||
{block content}{/block}
|
||||
{block extra}{/block}
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -12,9 +12,6 @@
|
|||
<div class="container has-text-centered">
|
||||
{block content}{/block}
|
||||
</div>
|
||||
</div>
|
||||
<div class="hero-foot">
|
||||
{include '../components/footer.latte'}
|
||||
</div>
|
||||
</section>
|
||||
{block extra}{/block}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue