Skip to content

Commit

Permalink
include favicon in html layout
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huong Nguyen committed Jun 26, 2024
1 parent 30c8165 commit a3f1214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/kedro_sphinx_theme/theme/kedro-sphinx-theme/layout.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{% extends "sphinx_rtd_theme/layout.html" %}
{# ref: https://github.com/readthedocs/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/layout.html #}

{#- FAVICON #}
<link rel="shortcut icon" href="https://kedro.org/images/favicon.ico"/>

{%- block extrabody %}

<div class="wy-grid-header">
Expand Down

0 comments on commit a3f1214

Please sign in to comment.