19 lines
456 B
Plaintext
19 lines
456 B
Plaintext
|
mixin email
|
||
|
| dr.diane<span style="display: none"> well hello there ☃ :)</span>
|
||
|
| @
|
||
|
| 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)
|