Skip to content

Commit

Permalink
docs: add favicon (#1039)
Browse files Browse the repository at this point in the history
* docs: add favicon

* chore: revert package.json updates

* docs: fix favicon path

* revert package-lock

Co-authored-by: Mike O'Donnell <mikerodonnell89@users.noreply.github.com>
  • Loading branch information
droshev and mikerodonnell89 committed May 19, 2020
1 parent ffb9c50 commit c9fde3f
Show file tree
Hide file tree
Showing 5 changed files with 3,703 additions and 2,291 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/head.html
@@ -1,7 +1,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% if page.summary %}{{ page.summary | strip_html | strip_newlines | truncate: 160 }}{% endif %}">
<meta name="description" content="Fundamental Library Styles is a themable Fiori 3 component library {% if page.summary %}{{ page.summary | strip_html | strip_newlines | truncate: 160 }}{% endif %}">
<meta name="keywords" content="{{page.tags}}{% if page.tags %}, {% endif %} {{page.keywords}}">
<title>
{% if page.title%}
Expand Down
1 change: 1 addition & 0 deletions docs/_layouts/default-no-sidebar.html
Expand Up @@ -3,6 +3,7 @@

<head>
{% include head.html %}
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions docs/_layouts/default.html
Expand Up @@ -3,6 +3,7 @@

<head>
{% include head.html %}
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
</head>

<body>
Expand Down
Binary file added docs/favicon.ico
Binary file not shown.

0 comments on commit c9fde3f

Please sign in to comment.