add sidebar links to another site? #1826
Unanswered
marksie1988
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Sidebar expects all tab links to be relative to the website, so it's not possible without customizing the logic. However, I can suggest a workaround to use javascript to redirect to any page you want. Here is an example. Create a file ---
layout: page
icon: fas fa-link
order: 6
---
<script>
window.location.href = "https://google.com";
</script>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
How did you create the site?
Generated from
chirpy-starter
Description
Hi all,
Is it possible to add a sidebar "tab" that links to another website?
Basically i want to link out to my resume website from my blog
Operations you have already tried
none
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions