Update head.ejs

This commit is contained in:
Eduard Ursu 2024-02-20 21:07:59 +01:00
parent 526ea8a7f7
commit 3260b48adc

View file

@ -5,7 +5,9 @@
<meta name="theme-color" content="#161625">
<link rel="icon" href="./assets/<%=page%>/icon.svg" type="image/svg+xml">
<% if (page == 'adblock') { %>
<link rel="canonical" href="https://d3ward.github.io/toolz/adblock">
<% } %>
<title><%= title %></title>
<meta name="author" content="Ursu Eduard Cornelius">
<meta name="description" content="<%= description %>">
@ -13,7 +15,7 @@
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="<%= title %>">
<meta itemprop="description" content="<%= description %>">
<meta itemprop="image" content="https://d3ward.github.io/toolz/./assets/preview_toolz.png">
<meta itemprop="image" content="https://d3ward.github.io/toolz/assets/preview_toolz.png">
<!-- Open Graph Tags -->
<meta property="og:url" content="<%= url %>">
<meta property="og:type" content="website">