geocation.com/includes/mixins.pug
2022-04-19 19:10:03 -04:00

19 lines
447 B
Plaintext

mixin email
| dr.diane
span(style="display: none;") well hello there ☃ :)
| @geocation.com
mixin ryanhawk
br
| Photo courtesy:
a(href="https://ryanhawk.com/") RyanHawk.com
// mixin img_big(src, alt, href)
// if href
// a(href=href)
// img.big(src=src, alt=alt)
// else
// a(href="#{src}.")
// img.big(src=src, alt=alt)