website: favicon.
This commit is contained in:
parent
ece0393852
commit
cf8a441dcf
3
Makefile
3
Makefile
|
@ -1,6 +1,9 @@
|
|||
all:
|
||||
node make
|
||||
|
||||
favicon:
|
||||
node gh-badge.js '' '' '#bada55' .png > web/favicon.png
|
||||
|
||||
deploy:
|
||||
git add Verdana.ttf
|
||||
git commit -m'MUST NOT BE ON GITHUB'
|
||||
|
|
|
@ -35,7 +35,7 @@ module.exports = function (svg, format, out, cb) {
|
|||
});
|
||||
// Remove the temporary file after use.
|
||||
inStream.on('end', function() {
|
||||
out.end();
|
||||
try { out.end(); } catch(e) {}
|
||||
addToCache(cacheIndex, cached);
|
||||
fs.unlink(tmpFile, cb);
|
||||
});
|
||||
|
|
BIN
web/favicon.png
Normal file
BIN
web/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 392 B |
|
@ -2,6 +2,7 @@
|
|||
<meta charset=utf-8>
|
||||
<title> Badge Service </title>
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||
<link rel='icon' type='image/png' href='favicon.png'>
|
||||
<link href='//fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet'>
|
||||
<style>
|
||||
:root { text-align: center; font-family: Linux Libertine O, Vollkorn, serif; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user