mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
Compare commits
3 Commits
3550ce132c
...
c8c01f8f37
| Author | SHA1 | Date | |
|---|---|---|---|
| c8c01f8f37 | |||
| 42d7a0bd35 | |||
| 96f8d34cc1 |
@ -13,7 +13,7 @@ $_color_4_dark: desaturate($_color_4, $_desaturate_amount);
|
|||||||
.logo__wrapper {
|
.logo__wrapper {
|
||||||
width: 7rem;
|
width: 7rem;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo__color_1 { fill: $_color_1; transition: fill 200ms ease; }
|
.logo__color_1 { fill: $_color_1; transition: fill 200ms ease; }
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.site-footer {
|
.site-footer {
|
||||||
margin: 4rem 0 2rem;
|
margin: 4rem 0 5rem;
|
||||||
padding: 0 $pad-min;
|
padding: 0 $pad-min;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"version": "https://jsonfeed.org/version/1",
|
"version": "https://jsonfeed.org/version/1",
|
||||||
"title": "{{ .Site.Title }}",
|
"title": "{{ .Site.Title }}",
|
||||||
"home_page_url": "{{ .Site.BaseURL }}",
|
"home_page_url": "{{ .Site.BaseURL }}",
|
||||||
"feed_url": "{{ .Permalink}}",
|
"feed_url": "{{ .Permalink }}",
|
||||||
|
|
||||||
"items": [
|
"items": [
|
||||||
{{ range $i, $e := first 20 .Pages }}
|
{{ range $i, $e := first 20 .Pages }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user