Move slides
This commit is contained in:
parent
6891a7517a
commit
2604bce65d
18 changed files with 0 additions and 0 deletions
11
building-static-websites-sculpin/slides/code/layout-base.txt
Normal file
11
building-static-websites-sculpin/slides/code/layout-base.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
{# source/_layouts/base.html.twig #}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ site.locale|default('en') }}">
|
||||
<head>
|
||||
<title>{{ site.name|default('Sculpin Skeleton') }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{% block body %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue