mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
163966bbb6
[web] Implement boostrap-5 blog post style GitOrigin-RevId: b9dbe4952726e4260a0fcb95c8e54d7bd2db0415
4 lines
163 B
Text
4 lines
163 B
Text
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}
|