Add a favicon

Closes https://github.com/probot/probot.github.io/issues/13
This commit is contained in:
Brandon Keepers
2017-08-17 00:33:30 -05:00
parent a056a3a8cd
commit 42e6ef1823
3 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<h1 class="alt-h4 col-sm-4 lh-default v-align-middle">
{% unless homepage %}
<a href="/" class="no-underline text-uppercase text-brand-blue-dark">
<img class="v-align-middle" style="margin: -20px 8px -8px 0;" src="/assets/probot-head.png" height="36" alt="">
<img class="v-align-middle" style="margin: -12px 8px -12px 0;" src="/assets/probot-head.png" height="36" alt="">
Probot
</a>
{% endunless %}

View File

@@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/css/index.css?d={{ site.time | date: '%s' }}">
<link rel="stylesheet" href="/assets/css/syntax.css?d={{ site.time | date: '%s' }}">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
{% seo %}
</head>
<body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 70 KiB