mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-29 04:35:27 +08:00
Add a favicon
Closes https://github.com/probot/probot.github.io/issues/13
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<h1 class="alt-h4 col-sm-4 lh-default v-align-middle">
|
<h1 class="alt-h4 col-sm-4 lh-default v-align-middle">
|
||||||
{% unless homepage %}
|
{% unless homepage %}
|
||||||
<a href="/" class="no-underline text-uppercase text-brand-blue-dark">
|
<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
|
Probot
|
||||||
</a>
|
</a>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
|||||||
@@ -5,6 +5,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="/assets/css/index.css?d={{ site.time | date: '%s' }}">
|
<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="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 %}
|
{% seo %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 70 KiB |
Reference in New Issue
Block a user