mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 17:15:35 -07:00
Move avaicon to assets/images
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{% else %}
|
||||
<meta property="og:type" content="website" />
|
||||
{% endif %}
|
||||
<meta property="og:image" itemprop="image" content="https://86box.net{{ page.image | default: "/avaicon.png" }}" />
|
||||
<meta property="og:image" itemprop="image" content="https://86box.net{{ page.image | default: "/assets/images/avaicon.png" }}" />
|
||||
<meta property="og:description" content="{{ page.description }}" />
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<link rel="icon" href="/assets/images/favicon.png" type="image/png">
|
||||
@@ -33,7 +33,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="/"><img src="/avaicon.png" id="icon" alt="86Box icon" /><img src="/assets/images/86box-logo.png" id="logo" alt="86Box logo" /></a>
|
||||
<a href="/"><img src="/assets/images/avaicon.png" id="icon" alt="86Box icon" /><img src="/assets/images/86box-logo.png" id="logo" alt="86Box logo" /></a>
|
||||
</header>
|
||||
<nav>
|
||||
<a class="navlink" href="/#downloads">Downloads</a>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user