mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-10-31 18:57:16 +00:00
Use favicon on all pages
This commit is contained in:
parent
9a82a7d914
commit
c733ab970a
|
@ -3,6 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<link rel="icon" type="image/png" href="/static/favicon.png">
|
||||
<meta content='width=device-width, initial-scale=1' name='viewport'>
|
||||
{{if .Target}}
|
||||
<base href="" target="{{.Target}}">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<link rel="icon" type="image/png" href="static/favicon.png">
|
||||
<link rel="icon" type="image/png" href="/static/favicon.png">
|
||||
<title>{{.Title}}</title>
|
||||
</head>
|
||||
<frameset cols="420px,*">
|
||||
|
|
Loading…
Reference in a new issue