Modifie l’agencement des onglets
This commit is contained in:
parent
b20b81e79e
commit
f445c8588d
90 changed files with 356 additions and 152 deletions
21
layouts/theatre/single.html
Normal file
21
layouts/theatre/single.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
{{ partial "header.html" . }}
|
||||
<body>
|
||||
<main class="wrapper">
|
||||
{{ partial "navigation.html" . }}
|
||||
<section class="container archive">
|
||||
<article>
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">
|
||||
{{ .Title }}
|
||||
</h1>
|
||||
{{ partial "scratch.html" . }}
|
||||
</header>
|
||||
<div class="archive-body">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ partial "article-footer.html" . }}
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue