mirror of https://gitlab.com/curben/blog
fix(layout): enable zoom
- https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag#Viewport_width_and_screen_width
This commit is contained in:
parent
c834bc2d8d
commit
c01dd395b1
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
%>
|
||||
<title><% if (title) { %><%= title %> | <% } %><%= config.title %></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="canonical" href="<%- full_url_for(path) %>">
|
||||
<%/* Add Open Graph meta tags for easier sharing on social networking sites */%>
|
||||
<%/* Modified from original source for compatibility with my blog */%>
|
||||
|
|
Loading…
Reference in New Issue