mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-01-30 17:20:00 +00:00
fix pages title
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
<html data-theme="cmyk">
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 Summer Olympic Games calendars</title>
|
||||
<title>Paris 2024 - {{title}}</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/style.css?refresh=20240730" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 Summer Olympic Games calendars">
|
||||
<meta name="keywords" content="Paris 2024, Summer Olympic Games, calendars">
|
||||
<meta name="description" content="Paris 2024 - {{title}}">
|
||||
<meta name="keywords" content="Paris 2024 - {{title}}">
|
||||
<meta name="author" content="Fabrice LAMANT">
|
||||
</head>
|
||||
|
||||
|
||||
@ -2,21 +2,14 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 Summer Olympic Games - Today's events</title>
|
||||
<title>Paris 2024 - {{title}}</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/style.css?refresh=20240730" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 Summer Olympic Games - Today's events">
|
||||
<meta name="keywords" content="Paris 2024, Summer Olympic Games - Today's events">
|
||||
<meta name="description" content="Paris 2024 - {{title}}">
|
||||
<meta name="keywords" content="Paris 2024 - {{title}}">
|
||||
<meta name="author" content="Fabrice LAMANT">
|
||||
<script src="https://cdn.jsdelivr.net/npm/luxon@3.4.4/build/global/luxon.min.js"></script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Share+Tech+Mono&display=swap"
|
||||
rel="stylesheet">
|
||||
|
||||
<meta http-equiv="refresh" content="900">
|
||||
<meta http-equiv="refresh" content="300">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@ -3,9 +3,6 @@ module.exports = {
|
||||
content: ["./docs/**/*.html"],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
gmono: ["'Anonymous'", "monospace"],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user