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 }}
|
{{ if $paginator.HasNext }}<a href="{{ $paginator.Next.URL }}" class="pagination-older">Older Posts ></a>{{ end }}
|
||||||
</nav>
|
</nav>
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
{{ partial "scripts.html" . }}
|
{{ partial "scripts.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -28,7 +28,6 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ partial "home-card.html" . }}
|
{{ partial "home-card.html" . }}
|
||||||
</nav>
|
</nav>
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
{{ partial "scripts.html" . }}
|
{{ partial "scripts.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</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;
|
font-size: 1.1em;
|
||||||
background-color: #ecedef;
|
background-color: #ecedef;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0 0 2em 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user