Remove footer and add space to bottom of page
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
{{ if $paginator.HasNext }}<a href="{{ $paginator.Next.URL }}" class="pagination-older">Older Posts ></a>{{ end }}
|
||||
</nav>
|
||||
{{ end -}}
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "scripts.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
@@ -28,7 +28,6 @@
|
||||
{{ end }}
|
||||
{{ partial "home-card.html" . }}
|
||||
</nav>
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "scripts.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
2
static/css/main.min.css
vendored
2
static/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@ body {
|
||||
font-size: 1.1em;
|
||||
background-color: #ecedef;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 0 0 2em 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user