mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
remove unused favicons
This commit is contained in:
parent
0157273e20
commit
051723e153
2 changed files with 0 additions and 10 deletions
|
@ -12,12 +12,7 @@ title: lauka (dot) net
|
|||
content="shrink-to-fit=no,width=device-width,height=device-height,initial-scale=1,user-scalable=1">
|
||||
<meta name="description" content="My little cozy place on the web.">
|
||||
<title>lauka.net - Book: {{ name }}</title>
|
||||
<link rel="author" href="{{ '/humans.txt' | url }}"/>
|
||||
<link rel='stylesheet' type='text/css' media='screen' href="{{ '/css/main.css' | url }}"/>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/apple-touch-icon.png' | url }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/favicon-32x32.png' | url }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/favicon-16x16.png' | url }}">
|
||||
<link rel="manifest" href="{{ '/site.webmanifest' | url }}">
|
||||
</head>
|
||||
<body class="h-card">
|
||||
<h1><a href="/">lauka.net - Book: {{ name }}</a></h1>
|
||||
|
|
|
@ -12,12 +12,7 @@ title: lauka (dot) net
|
|||
content="shrink-to-fit=no,width=device-width,height=device-height,initial-scale=1,user-scalable=1">
|
||||
<meta name="description" content="My little cozy place on the web.">
|
||||
<title>{{ title }}</title>
|
||||
<link rel="author" href="{{ '/humans.txt' | url }}"/>
|
||||
<link rel='stylesheet' type='text/css' media='screen' href="{{ '/css/main.css' | url }}"/>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/apple-touch-icon.png' | url }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/favicon-32x32.png' | url }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/favicon-16x16.png' | url }}">
|
||||
<link rel="manifest" href="{{ '/site.webmanifest' | url }}">
|
||||
</head>
|
||||
<body class="h-card">
|
||||
{{ content | safe }}
|
||||
|
|
Loading…
Reference in a new issue