mirror of
https://github.com/zhigang1992/probot.git
synced 2026-04-30 21:22:20 +08:00
chore: Add icon to title of probot (#483)
This commit is contained in:
committed by
Brandon Keepers
parent
b00a6f1bb7
commit
72d0d81bf8
BIN
static/probot-head.png
Normal file
BIN
static/probot-head.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
@@ -8,6 +8,7 @@ exports[`default plugin GET /probot get info from package.json returns the corre
|
|||||||
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
|
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
|
||||||
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
|
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
|
||||||
<title>probot | built with Probot</title>
|
<title>probot | built with Probot</title>
|
||||||
|
<link rel=\\"icon\\" href=\\"/probot/static/probot-head.png\\">
|
||||||
<link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\">
|
<link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\">
|
||||||
</head>
|
</head>
|
||||||
<body class=\\"height-full bg-gray-light\\">
|
<body class=\\"height-full bg-gray-light\\">
|
||||||
@@ -43,6 +44,7 @@ exports[`default plugin GET /probot get info from package.json returns the corre
|
|||||||
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
|
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
|
||||||
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
|
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
|
||||||
<title>Your App | built with Probot</title>
|
<title>Your App | built with Probot</title>
|
||||||
|
<link rel=\\"icon\\" href=\\"/probot/static/probot-head.png\\">
|
||||||
<link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\">
|
<link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\">
|
||||||
</head>
|
</head>
|
||||||
<body class=\\"height-full bg-gray-light\\">
|
<body class=\\"height-full bg-gray-light\\">
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<title>{{#if name }}{{ name }}{{else}}Your App{{/if}} | built with Probot</title>
|
<title>{{#if name }}{{ name }}{{else}}Your App{{/if}} | built with Probot</title>
|
||||||
|
<link rel="icon" href="/probot/static/probot-head.png">
|
||||||
<link rel="stylesheet" href="/probot/static/primer.css">
|
<link rel="stylesheet" href="/probot/static/primer.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="height-full bg-gray-light">
|
<body class="height-full bg-gray-light">
|
||||||
|
|||||||
Reference in New Issue
Block a user