skanjo / samer.kanjo.net

The personal web site of Samer Kanjo
https://samer.kanjo.net
0 stars 0 forks source link

(#67) open external links in a new window #68

Closed skanjo closed 4 months ago

skanjo commented 4 months ago

I discovered the need for this while writing my first blog post. With this support in place I can update other pages to use markdown rather than HTML for links.

I applied this change to the branch I was using for the blog post. Normally I would have created a branch for the issue but since I discovered I needed this change while authoring the post I applied it to the post branch and created this PR for what I would consider an infrastructure change. I will follow this up with the post itself as a separate PR.

Merging this change will have no effect on the content of the site. This is more preparation for using markdown links in markdown files, which is forthcoming. Other markdown pages using HTML for links will be updated once this change is merged.

resolves #67