This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-antora-ui.git
commit 502fd4d59d5ba771ac87d49fb75f2c7e5ae728df Author: David Jencks <[email protected]> AuthorDate: Fri Aug 14 09:13:08 2020 -0700 add ram.ico as favicon --- build/aries-antora-ui-bundle.zip | Bin 275250 -> 295460 bytes src/img/ram.ico | Bin 0 -> 247870 bytes src/partials/head-icons.hbs | 1 + 3 files changed, 1 insertion(+) diff --git a/build/aries-antora-ui-bundle.zip b/build/aries-antora-ui-bundle.zip index 01a83fb..3fbab2d 100644 Binary files a/build/aries-antora-ui-bundle.zip and b/build/aries-antora-ui-bundle.zip differ diff --git a/src/img/ram.ico b/src/img/ram.ico new file mode 100644 index 0000000..182d3d8 Binary files /dev/null and b/src/img/ram.ico differ diff --git a/src/partials/head-icons.hbs b/src/partials/head-icons.hbs new file mode 100644 index 0000000..c88af53 --- /dev/null +++ b/src/partials/head-icons.hbs @@ -0,0 +1 @@ + <link rel="icon" href="{{{uiRootPath}}}/img/ram.ico" type="image/x-icon">
