|
|
@ -30,6 +30,9 @@ html(lang='en') |
|
|
block footer |
|
|
block footer |
|
|
section.about |
|
|
section.about |
|
|
!=contents['about.md'].html |
|
|
!=contents['about.md'].html |
|
|
|
|
|
section.social-links |
|
|
|
|
|
include mixins/social |
|
|
|
|
|
+social_links |
|
|
section.copy |
|
|
section.copy |
|
|
p © #{ new Date().getFullYear() } #{ locals.owner } — powered by |
|
|
p © #{ new Date().getFullYear() } #{ locals.owner } — powered by |
|
|
a(href='https://github.com/jnordberg/wintersmith') Wintersmith |
|
|
a(href='https://github.com/jnordberg/wintersmith') Wintersmith |
|
|
|