Fixed meta image

This commit is contained in:
NinjaCheetah 2022-04-23 19:40:57 -04:00
parent cddf66f4b0
commit cbfe36a69d
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/CSS/style.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="https://ninjacheetah.github.io/feed.xml"-->
<link rel="alternate" type="application/atom+xml" href="https://ninjacheetah.github.io/feed.xml">
<script src="/JS/theme.js"></script>
{% if page.title == "Home" %}
<meta property="og:title" content="Welcome">
@ -21,7 +21,7 @@
{% if page.custicon == true %}
<meta property="og:image" content="{{ page.iconurl }}">
{% else %}
<meta property="og:image" content="https://ncxprogramming.com/icon.png">
<meta property="og:image" content="https://ninjacheetah.github.io/icon.png">
{% endif %}
</head>
<body>

View File

@ -18,7 +18,7 @@
{% if page.custicon == true %}
<meta property="og:image" content="{{ page.iconurl }}">
{% else %}
<meta property="og:image" content="https://ncxprogramming.com/icon.png">
<meta property="og:image" content="https://ninjacheetah.github.io/icon.png">
{% endif %}
</head>
<body>