Implement PWA features: add service worker, manifest, and offline page; enhance footer and header navigation
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m57s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m57s
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ page.title }} - {{ site.title }}</title>
|
||||
|
||||
<link rel="manifest" href="{{ '/assets/manifest.json' | relative_url }}">
|
||||
<meta name="theme-color" content="#ff003c">
|
||||
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" href="{{ "/assets/css/normalize.css" | relative_url }}">
|
||||
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
|
||||
|
||||
Reference in New Issue
Block a user