mirror of
https://github.com/godotengine/issue-stats.git
synced 2026-01-01 01:48:12 +03:00
Add favicon and meta tags
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
GODOT_ISSUES_STATS_GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" ./build.py
|
||||
# Deploy all the files we need in the generated site to the `dist/` folder.
|
||||
mkdir -p dist/
|
||||
cp -r thirdparty/ statistics.json index.html dist/
|
||||
cp -r thirdparty/ statistics.json index.html favicon.png dist/
|
||||
touch dist/.nojekyll
|
||||
ls -la dist/*
|
||||
|
||||
|
||||
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
@@ -4,7 +4,11 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Godot Engine">
|
||||
<meta name="description" content="View hardware and software information for issues reported on the main Godot GitHub repository.">
|
||||
<meta name="theme-color" content="#3d8fcc">
|
||||
<title>Godot GitHub issue statistics</title>
|
||||
<link rel="icon" href="favicon.png">
|
||||
<link rel="stylesheet" href="thirdparty/water.min.css">
|
||||
<style>
|
||||
body {
|
||||
@@ -35,8 +39,8 @@
|
||||
font-style: italic;
|
||||
}
|
||||
</style>
|
||||
<script src="thirdparty/frappe-charts.umd.min.js"></script>
|
||||
<script src="thirdparty/ky.umd.min.js"></script>
|
||||
<script defer src="thirdparty/frappe-charts.umd.min.js"></script>
|
||||
<script defer src="thirdparty/ky.umd.min.js"></script>
|
||||
<script type="module">
|
||||
const capitalizeStringRemaps = {
|
||||
amd: "AMD",
|
||||
|
||||
Reference in New Issue
Block a user