lots of changes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{{ partial "head.html" . }}
|
||||
<body class="single-body">
|
||||
{{ partial "nav-bar.html" . }}
|
||||
<main class="content side-gutter">
|
||||
<main class="content side-padding">
|
||||
<article class="post">
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">{{ .Title }}</h1>
|
||||
@@ -21,9 +21,8 @@
|
||||
-->
|
||||
</main>
|
||||
{{ with .Next }}
|
||||
{{ .Render "single-li" }}
|
||||
{{ .Render "single-li" }}
|
||||
{{ end }}
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "scripts.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user