Created
June 15, 2022 05:36
-
-
Save kholidfu/385238a0182d106ab4a5907112142e15 to your computer and use it in GitHub Desktop.
redirect script for blogger blogspot to homepage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<b:if cond='data:view.isError'> | |
<script> | |
window.location.href = "<data:blog.homepageUrl/>" | |
</script> | |
</b:if> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment