mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2025-12-10 03:54:23 -06:00
Hard-code favicon path into index.html
This commit is contained in:
parent
51833c45b2
commit
f9d3420273
@ -18,8 +18,6 @@ title: "VSCodium - Open Source Binaries of VSCode"
|
||||
keywords: "vscodium, vscode, visual, studio, code, atom, electron, development, programming, ide, editor"
|
||||
description: "Free/Libre Open Source Software Binaries of VSCode"
|
||||
source_link: "https://github.com/VSCodium/vscodium.github.io"
|
||||
favicon: "img/favicon.ico"
|
||||
touch_icon: "img/apple-touch-icon.png"
|
||||
|
||||
|
||||
### template colors, used site-wide via css ###
|
||||
|
||||
@ -12,8 +12,8 @@
|
||||
<link rel="stylesheet" href="combo.css">
|
||||
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
|
||||
{% if site.favicon %}<link rel="shortcut icon" href="{{ site.favicon }}" type="image/x-icon">{% endif %}
|
||||
{% if site.touch_icon %}<link rel="apple-touch-icon" href="{{ site.touch_icon }}">{% endif %}
|
||||
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
|
||||
</head>
|
||||
<body>
|
||||
<div role="main" id="main">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user