overleaf/services/web/app/views/_mixins/quote.pug

16 lines
403 B
Text
Raw Normal View History

mixin quoteLargeTextCentered(quote, person, position, affiliation, link, pictureUrl, pictureAltAttr)
blockquote.quote-large-text-centered
.quote !{quote}
if pictureUrl
.quote-img
img(src=pictureUrl alt=pictureAltAttr)
footer
div.quote-person
strong #{person}
if person && position
div #{position}
if affiliation
div #{affiliation}
if link
.quote-link !{link}