Compare commits

..

No commits in common. "2c84c7cf0b29d59c717a88136c14ef997cf086e8" and "ca016828acfab5e7de4e0295450fd767fe776d83" have entirely different histories.

5 changed files with 6 additions and 15 deletions

View File

@ -4416,7 +4416,6 @@ textarea::placeholder {
} }
.footer-nav a:hover, .footer-nav a:hover,
.footer-description a:hover,
.footer-copyright a:hover { .footer-copyright a:hover {
text-decoration: underline; text-decoration: underline;
text-decoration-thickness: 1px; text-decoration-thickness: 1px;
@ -4543,6 +4542,7 @@ textarea::placeholder {
.footer-copyright { .footer-copyright {
font-size: 1.4rem; font-size: 1.4rem;
width: 100%; width: 100%;
margin-top: 6vh;
} }
/* RWD Footer /* RWD Footer

View File

@ -59,6 +59,4 @@ reframe('.post-content iframe:not(.reframe-off)');
!function(e,t){var n,i,r,s,a=.75*t.innerHeight;function d(){!i&&r.getBoundingClientRect().top-t.innerHeight<=a&&(removeEventListener("scroll",s),removeEventListener("resize",s),(n=e.createElement("script")).async=!0,n.src='https://'+disqus_id+'.disqus.com/embed.js',n.setAttribute("data-timestamp",+new Date),(e.head||e.body).appendChild(n),i=!0)}r&&(addEventListener("scroll",s),addEventListener("resize",s)),t.disqusLazy=function(n){var i,l,o,c;i=d,l=(n=n||{}).throttle||100,c=0,s=function(){var e=+new Date,t=l-(e-c),n=arguments;clearTimeout(o),t>0?o=setTimeout(function(){c=e,i.apply(null,n)},t):(c=e,i.apply(null,n))},r=n.element||e.getElementById("disqus_thread"),a=n.threashold||.75*t.innerHeight,r&&(addEventListener("scroll",s),addEventListener("resize",s))}}(document,window); !function(e,t){var n,i,r,s,a=.75*t.innerHeight;function d(){!i&&r.getBoundingClientRect().top-t.innerHeight<=a&&(removeEventListener("scroll",s),removeEventListener("resize",s),(n=e.createElement("script")).async=!0,n.src='https://'+disqus_id+'.disqus.com/embed.js',n.setAttribute("data-timestamp",+new Date),(e.head||e.body).appendChild(n),i=!0)}r&&(addEventListener("scroll",s),addEventListener("resize",s)),t.disqusLazy=function(n){var i,l,o,c;i=d,l=(n=n||{}).throttle||100,c=0,s=function(){var e=+new Date,t=l-(e-c),n=arguments;clearTimeout(o),t>0?o=setTimeout(function(){c=e,i.apply(null,n)},t):(c=e,i.apply(null,n))},r=n.element||e.getElementById("disqus_thread"),a=n.threashold||.75*t.innerHeight,r&&(addEventListener("scroll",s),addEventListener("resize",s))}}(document,window);
/* Custom settings for disqusLazy */ /* Custom settings for disqusLazy */
!function(){document.querySelector(".disqus-lazy") && disqusLazy()}(); !function(){document.querySelector(".disqus-lazy") && disqusLazy()}();
document.querySelectorAll(".kg-product-card a").forEach($a => { $a.setAttribute("target", ""); $a.setAttribute("rel", "") });

View File

@ -47,10 +47,7 @@
"options": ["Portrait", "Landscape", "Square", "Natural"], "options": ["Portrait", "Landscape", "Square", "Natural"],
"default": "Portrait" "default": "Portrait"
}, },
"secondary_navigation_title": { "secondary_navigation": {
"type": "text"
},
"site_description": {
"type": "text" "type": "text"
}, },
"footer_copyright": { "footer_copyright": {

View File

@ -6,13 +6,9 @@
<div class="footer-logo"> <div class="footer-logo">
{{>logo}} {{>logo}}
</div> </div>
{{#if @custom.site_description}}
<p class="footer-description">{{{@custom.site_description}}}</p>
{{else}}
{{#if @site.description}} {{#if @site.description}}
<p class="footer-description">{{@site.description}}</p> <p class="footer-description">{{@site.description}}</p>
{{/if}} {{/if}}
{{/if}}
</div> </div>
<div class="footer-nav"> <div class="footer-nav">
<div class="footer-nav-column is-social"> <div class="footer-nav-column is-social">
@ -28,7 +24,7 @@
</ul> </ul>
</div> </div>
{{#if @site.secondary_navigation}} {{#if @site.secondary_navigation}}
{{#if @custom.secondary_navigation_title}}{{/if}} {{#if @custom.secondary_navigation}}{{/if}}
{{navigation type="secondary"}} {{navigation type="secondary"}}
{{/if}} {{/if}}
</div> </div>

View File

@ -34,8 +34,8 @@
{{#if @first}} {{#if @first}}
<div class="footer-nav-column"> <div class="footer-nav-column">
<small> <small>
{{#if @custom.secondary_navigation_title}} {{#if @custom.secondary_navigation}}
{{@custom.secondary_navigation_title}} {{@custom.secondary_navigation}}
{{else}} {{else}}
{{t "Column 1"}} {{t "Column 1"}}
{{/if}} {{/if}}