Compare commits
No commits in common. "2c84c7cf0b29d59c717a88136c14ef997cf086e8" and "ca016828acfab5e7de4e0295450fd767fe776d83" have entirely different histories.
2c84c7cf0b
...
ca016828ac
@ -4416,7 +4416,6 @@ textarea::placeholder {
|
||||
}
|
||||
|
||||
.footer-nav a:hover,
|
||||
.footer-description a:hover,
|
||||
.footer-copyright a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 1px;
|
||||
@ -4543,6 +4542,7 @@ textarea::placeholder {
|
||||
.footer-copyright {
|
||||
font-size: 1.4rem;
|
||||
width: 100%;
|
||||
margin-top: 6vh;
|
||||
}
|
||||
|
||||
/* RWD — Footer
|
||||
|
@ -60,5 +60,3 @@ reframe('.post-content iframe:not(.reframe-off)');
|
||||
|
||||
/* Custom settings for disqusLazy */
|
||||
!function(){document.querySelector(".disqus-lazy") && disqusLazy()}();
|
||||
|
||||
document.querySelectorAll(".kg-product-card a").forEach($a => { $a.setAttribute("target", ""); $a.setAttribute("rel", "") });
|
@ -47,10 +47,7 @@
|
||||
"options": ["Portrait", "Landscape", "Square", "Natural"],
|
||||
"default": "Portrait"
|
||||
},
|
||||
"secondary_navigation_title": {
|
||||
"type": "text"
|
||||
},
|
||||
"site_description": {
|
||||
"secondary_navigation": {
|
||||
"type": "text"
|
||||
},
|
||||
"footer_copyright": {
|
||||
|
@ -6,13 +6,9 @@
|
||||
<div class="footer-logo">
|
||||
{{>logo}}
|
||||
</div>
|
||||
{{#if @custom.site_description}}
|
||||
<p class="footer-description">{{{@custom.site_description}}}</p>
|
||||
{{else}}
|
||||
{{#if @site.description}}
|
||||
<p class="footer-description">{{@site.description}}</p>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="footer-nav">
|
||||
<div class="footer-nav-column is-social">
|
||||
@ -28,7 +24,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
{{#if @site.secondary_navigation}}
|
||||
{{#if @custom.secondary_navigation_title}}{{/if}}
|
||||
{{#if @custom.secondary_navigation}}{{/if}}
|
||||
{{navigation type="secondary"}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
@ -34,8 +34,8 @@
|
||||
{{#if @first}}
|
||||
<div class="footer-nav-column">
|
||||
<small>
|
||||
{{#if @custom.secondary_navigation_title}}
|
||||
{{@custom.secondary_navigation_title}}
|
||||
{{#if @custom.secondary_navigation}}
|
||||
{{@custom.secondary_navigation}}
|
||||
{{else}}
|
||||
{{t "Column 1"}}
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user