Skip to content

Commit

Permalink
fix meta bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mizok committed Apr 16, 2022
1 parent 94e7f1c commit 11c15a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: webpack-template
date:
author: Mizok
version: 0.8.1
version: 0.8.2
tags:
---

Expand Down
8 changes: 4 additions & 4 deletions src/template/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta name="google" content="notranslate" />
<meta name="format-detection" content="telephone=no">
<title><%= title%></title>
<% const description = ''%>
<% const url = '' %>
<% const author = ''%>
<% const openGraphImageUrl = ''%>
<% const description = 'site description'%>
<% const url = 'site url' %>
<% const author = 'site author'%>
<% const openGraphImageUrl = 'https://www.google.com'%>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit 11c15a6

Please sign in to comment.