Browse Source

retire le favicon chat

La mise à jour du site était bloquée comme la requète sur
thiscatdeoxnoitexists.com ne répondait pas…
master
vince vince 1 year ago
parent
commit
355e97b10a
2 changed files with 2 additions and 4 deletions
  1. +1
    -3
      Makefile
  2. +1
    -1
      template.html

+ 1
- 3
Makefile View File

@ -4,7 +4,7 @@ PANOC_BIN = pandoc
WGET_BIN = wget
XSLTPROC_BIN = xsltproc
all: web/style.css web/index.html web/contact.html web/legal.html web/about.html web/services.html web/news.html web/canary.html web/favicon.ico
all: web/style.css web/index.html web/contact.html web/legal.html web/about.html web/services.html web/news.html web/canary.html
clean:
-rm agendadulibre.xml news.md
@ -22,5 +22,3 @@ agendadulibre.xml:
news.md: agendadulibre.xsl agendadulibre.xml
@$(XSLTPROC_BIN) $^ > '$@'
web/favicon.ico:
@$(WGET_BIN) --quiet --no-clobber --output-document=$@ https://thiscatdoesnotexist.com/

+ 1
- 1
template.html View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="icon" type="image/jpg" href="favicon.ico" />
<link rel="icon" href="data:," />
<title>CAGULL — $title$</title>
<link rel="stylesheet" href="style.css" />
</head>


Loading…
Cancel
Save