Updated templates
This commit is contained in:
@@ -2,7 +2,14 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Error <%= error %></title>
|
||||
<title><%= info.title %> - Error <%= error %></title>
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<%= `<meta property="og:title" content="${info.title} - Home">` %>
|
||||
<%= `<meta property="twitter:title" content="${info.title} - Home">` %>
|
||||
<%= `<meta property="og:description" content="${info.description}">` %>
|
||||
<%= `<meta property="twitter:description" content="${info.description}">` %>
|
||||
<%= `<meta property="org:url" content="${info.host}/">` %>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<title><%= info.title %> - Home</title>
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<%= `<meta property="og:title" content="${info.title} - ${article.title}">` %>
|
||||
<%= `<meta property="twitter:title" content="${info.title} - ${article.title}">` %>
|
||||
<%= `<meta property="og:title" content="${info.title} - Home">` %>
|
||||
<%= `<meta property="twitter:title" content="${info.title} - Home">` %>
|
||||
<%= `<meta property="og:description" content="${info.description}">` %>
|
||||
<%= `<meta property="twitter:description" content="${info.description}">` %>
|
||||
<%= `<meta property="org:url" content="${info.host}/">` %>
|
||||
|
||||
Reference in New Issue
Block a user