Skip to content

Commit

Permalink
metatags fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jul 16, 2024
1 parent 5aa9d6d commit 5b41df3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 84 deletions.
11 changes: 0 additions & 11 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@
{% endif %}

{% if page.title %}
<meta name="title" content="{{ page.title | escape }}" />
<meta property="og:title" content="{{ page.title | escape }}" />
<meta property="twitter:title" content="{{ page.title | escape }}" />
<meta name="description" content="{{ site.title | escape }}" />
<meta property="og:description" content="{{ site.title | escape }}" />
<meta property="twitter:description" content="{{ site.title | escape }}" />
<meta property="og:url" content="{{ page.url | absolute_url }}" />
<meta property="twitter:url" content="{{ page.url | absolute_url }}" />
<meta property="og:image" content="{{ page.image | absolute_url }}" />
<meta property="twitter:image" content="{{ page.image | absolute_url }}" />
<meta property="author" content="Maximo Ospital" />
<meta property="date" content="{{ page.date | date_to_xmlschema }}" />
{% else %}
<meta name="title" content="Maximo Ospital" />
Expand Down
72 changes: 0 additions & 72 deletions assets/fonts/dos437.txt

This file was deleted.

3 changes: 2 additions & 1 deletion assets/tuicss.css
Original file line number Diff line number Diff line change
Expand Up @@ -2779,10 +2779,11 @@ svg {
}

.bio__desc::after {
content: "";
content: ".";
/* Remove display: inline-block if not required to be on the same line as text etc */
display: inline-block;
background-color: white;
color: black;
margin-left: -6px;
vertical-align: top;
width: 6px;
Expand Down

0 comments on commit 5b41df3

Please sign in to comment.