remove favicon
This commit is contained in:
parent
41a4479001
commit
d1b3988968
4 changed files with 1 additions and 4 deletions
2
deploy
2
deploy
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
IFS=$'\n'
|
||||
rsync -Rtzv $(git ls-files public) root@$1:/var/www/reinefjord.net-v3/
|
||||
rsync -Rtzvr --delete $(git ls-files public) root@$1:/var/www/reinefjord.net-v3/
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
|
@ -4,9 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon.png" sizes="196x196">
|
||||
|
||||
<title>Rupus Reinefjord</title>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Add table
Reference in a new issue