From cd74bd22f9e9665375844d3d058f2a222429f6b0 Mon Sep 17 00:00:00 2001 From: Lovekesh Kumar Date: Thu, 15 Oct 2020 18:56:15 +0530 Subject: [PATCH] fix: Remove `user-scalable=no` from viewport in templates (#29) --- app/templates/about.ejs | 4 ++-- app/templates/article.ejs | 2 +- app/templates/articles.ejs | 2 +- app/templates/index.ejs | 4 ++-- app/templates/work.ejs | 4 ++-- app/templates/works.ejs | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/templates/about.ejs b/app/templates/about.ejs index ac4099f..35d17ac 100644 --- a/app/templates/about.ejs +++ b/app/templates/about.ejs @@ -5,7 +5,7 @@ <%- blogTitle %> - + @@ -24,4 +24,4 @@ - \ No newline at end of file + diff --git a/app/templates/article.ejs b/app/templates/article.ejs index 2061d64..9d0c500 100644 --- a/app/templates/article.ejs +++ b/app/templates/article.ejs @@ -7,7 +7,7 @@ <%- article.title %> - + diff --git a/app/templates/articles.ejs b/app/templates/articles.ejs index 8fb237e..f1a566d 100644 --- a/app/templates/articles.ejs +++ b/app/templates/articles.ejs @@ -5,7 +5,7 @@ <%- blogTitle %> - + diff --git a/app/templates/index.ejs b/app/templates/index.ejs index f71c3e4..ffa27d5 100644 --- a/app/templates/index.ejs +++ b/app/templates/index.ejs @@ -5,7 +5,7 @@ <%- blogTitle %> - + @@ -24,4 +24,4 @@ - \ No newline at end of file + diff --git a/app/templates/work.ejs b/app/templates/work.ejs index cb6e888..673e0e3 100644 --- a/app/templates/work.ejs +++ b/app/templates/work.ejs @@ -7,7 +7,7 @@ <%- title %> - + @@ -35,4 +35,4 @@ - \ No newline at end of file + diff --git a/app/templates/works.ejs b/app/templates/works.ejs index 236ce0e..9874e31 100644 --- a/app/templates/works.ejs +++ b/app/templates/works.ejs @@ -5,7 +5,7 @@ <%- blogTitle %> - + @@ -33,4 +33,4 @@ - \ No newline at end of file +