gethugothemes / liva-hugo

Liva is a personal blog template powered by Hugo.
https://gethugothemes.com/products/liva/?utm_source=liva_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
275 stars 237 forks source link

Two viewport meta tags in head.html #9

Closed Frank3K closed 4 years ago

Frank3K commented 4 years ago

In head.html there are two viewport meta tags. Is this on purpose or is it a copy/past mistake?

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
somratpro commented 4 years ago

Those view port comes from bootstrap syntax, not a copy and not a mistake.

somratpro commented 4 years ago

This issue has been fixed