minimal-mistakes icon indicating copy to clipboard operation
minimal-mistakes copied to clipboard

Link target can be specified

Open codelabor opened this issue 2 years ago • 2 comments
trafficstars

This is an enhancement or feature.

Summary

Use this when you want to display the contents in a new window when you click the header link. Setting 'link.target' allows you to specify the target of the anchor tag to display the content as the desired target. For example, you can set navigation.yml as follows.

` main:

  • title: "Posts" url: /posts/
  • title: "Categories" url: /categories/
  • title: "Tags" url: /tags/
  • title: "/somewhere/" url: https://somewhere target: "_blank" # new window `

codelabor avatar Dec 15 '22 04:12 codelabor

Maybe use the jekyll-target-blank plugin external pages in a new window.

bernhardrabe-jeton avatar Feb 12 '24 15:02 bernhardrabe-jeton

this feature has also been wished for in #3056

Friendly-Banana avatar Feb 24 '24 00:02 Friendly-Banana

Closing this one in favor of #3056.

iBug avatar May 05 '24 09:05 iBug