Tips For Jekyll
Hyper Link
- If we add a link like this:
[link](some url), it will take us to the destination on the same page. - If you want to open it on a new tab, we can write it like this
[link](another url){:target="_blank"}. - To change links in header or footer, search
<a hrefin project, then addtarget="_blank"before its>, finally, it will like this<a href="some url" target="_blank">. Now, you can open the link on a new tab.
This post is licensed under CC BY 4.0 by the author.
