mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Add a favicon
Uses the swaywm’s GitHub account image as a favicon.
This commit is contained in:
parent
6fa28dcac3
commit
e7a4ec6e52
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="/css/master.css" />
|
<link rel="stylesheet" href="/css/master.css" />
|
||||||
|
<link rel="icon" href="https://avatars1.githubusercontent.com/u/32400794?s=32" />
|
||||||
<title>{{ page.title }}</title>
|
<title>{{ page.title }}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -25,7 +26,7 @@
|
||||||
<a class="nav-link" href="https://github.com/swaywm/sway/wiki">Wiki ≫</a>
|
<a class="nav-link" href="https://github.com/swaywm/sway/wiki">Wiki ≫</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="http://webchat.freenode.net/?channels=sway&uio=d4">Support Chat ≫</a>
|
<a class="nav-link" href="https://webchat.freenode.net/?channels=sway&uio=d4">Support Chat ≫</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue