You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/10/22 10:35:29 UTC

[shiro-site] 02/03: fix favicon.ico.

This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit 2fb745897ac4e5598e52a9c76a8a6b047bee8ef6
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Fri Oct 22 12:29:12 2021 +0200

    fix favicon.ico.
---
 jbake/assets/.htaccess       | 2 +-
 jbake/assets/img/favicon.ico | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/jbake/assets/.htaccess b/jbake/assets/.htaccess
index a5502c9..c83bd00 100644
--- a/jbake/assets/.htaccess
+++ b/jbake/assets/.htaccess
@@ -1,4 +1,4 @@
-RedirectMatch ^/favicon.ico /assets/images/favicon.ico
+RedirectMatch ^/favicon.ico /img/favicon.ico
 RedirectMatch ^/shiro-all(.*) /static/current/shiro-all/$1
 RedirectMatch ^/shiro-core(.*) /static/current/shiro-core/$1
 
diff --git a/jbake/assets/img/favicon.ico b/jbake/assets/img/favicon.ico
new file mode 120000
index 0000000..cf3a36c
--- /dev/null
+++ b/jbake/assets/img/favicon.ico
@@ -0,0 +1 @@
+../favicon.ico
\ No newline at end of file