Initial commit with bare bones layout and a single post
This commit is contained in:
commit
7f987f04ed
18 changed files with 120 additions and 0 deletions
2
layouts/partials/footer.html
Normal file
2
layouts/partials/footer.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<footer>
|
||||
</footer>
|
||||
5
layouts/partials/head.html
Normal file
5
layouts/partials/head.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<head>
|
||||
<title>{{ .Title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎥</text></svg>">
|
||||
</head>
|
||||
3
layouts/partials/header.html
Normal file
3
layouts/partials/header.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<header>
|
||||
<h1>CaAlden: Films</h1>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue