Changing meta description to use name as the attribute.

This commit is contained in:
sergiotarxz 2022-11-10 21:31:48 +01:00
parent 8b2cb2fc2e
commit def47f900d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<script src="/js/index.js"></script>
<link rel="stylesheet" href="/css/styles.css"/>
<title><%= title %></title>
<meta property="description" content="Lee más sobre: <%= title %>"/>
<meta name="description" content="Lee más sobre: <%= title %>"/>
<meta property="og:title" content="<%= title %>"/>
<meta property="og:site_name" content="Burguillos.info" />
<meta property="og:image" content="https://burguillos.info/img/burguillos.png">