mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-07-29 05:02:00 +00:00
Footer style edit
This commit is contained in:
parent
d5bd28436a
commit
60b013a30f
2 changed files with 7 additions and 2 deletions
|
@ -404,6 +404,11 @@ footer a:link, footer a:visited, footer a:hover, footer a:active {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
.footer-nav {
|
||||
column-count: 2;
|
||||
column-gap: 2rem;
|
||||
}
|
||||
|
||||
/* END FOOTER */
|
||||
|
||||
/*
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div class="footer-navs block-center">
|
||||
<nav>
|
||||
<p>Content Pages</p>
|
||||
<ul id="footer-nav-sections">
|
||||
<ul class="footer-nav">
|
||||
{{ range .Site.Sections }}
|
||||
{{ if not .Params.hidden }}
|
||||
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
<nav>
|
||||
<p>More Pages</p>
|
||||
<ul>
|
||||
<ul class="footer-nav">
|
||||
{{ $sectionPages := where .Site.Pages "Section" "" }}
|
||||
{{ range $sectionPages }}
|
||||
{{ if and (not .Params.hidden) (ne .Permalink .Site.BaseURL)}}
|
||||
|
|
Loading…
Add table
Reference in a new issue