mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
* Setup prettier * Ignore these pug templates by prettier * Fix typo * Fix prettier error * Add prettier-ignore for quoting of event-segmentation attribute * Manual tab indentation * Interpolate * Remove unbuffered if conditional * Inline event-segmentation objects and remove prettier-ignore rule * Fix spacing before interpolation * Source format * Source format GitOrigin-RevId: c30e037f5caf8f91efc1bd9e75f81ae533b5a506
14 lines
539 B
Plaintext
14 lines
539 B
Plaintext
section.cookie-banner.hidden-print.hidden(aria-label='Cookie banner')
|
|
.cookie-banner-content We only use cookies for essential purposes and to improve your experience on our site. You can find out more in our <a href="/legal#Cookies">cookie policy</a>.
|
|
.cookie-banner-actions
|
|
button(
|
|
type='button'
|
|
class='btn btn-link btn-sm'
|
|
data-ol-cookie-banner-set-consent='essential'
|
|
) Essential cookies only
|
|
button(
|
|
type='button'
|
|
class='btn btn-primary btn-sm'
|
|
data-ol-cookie-banner-set-consent='all'
|
|
) Accept all cookies
|