Skip to content

Instantly share code, notes, and snippets.

@antlis
Created November 26, 2017 04:11
Show Gist options
  • Save antlis/528d0df258a25724529c8fddf5c34887 to your computer and use it in GitHub Desktop.
Save antlis/528d0df258a25724529c8fddf5c34887 to your computer and use it in GitHub Desktop.
Russian browser upgrade mixin for pug
mixin browserHappy
//if lt IE 9
p.browserupgrade
Вы используете <strong>устаревший</strong> браузер.
Пожалуйста <a href="http://browsehappy.com/">обновите ваш браузер</a>
для полноценного взаимодействия с сайтом.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment