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

5 lines
163 B
Text
Raw Normal View History

mixin previous-page-link(href, text)
a.previous-page-link(href=href)
i.material-symbols.material-symbols-rounded(aria-hidden="true") arrow_left_alt
| #{text}