mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-18 20:01:08 +00:00
[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}
|