DigitaleGesellschaft / jekyll-theme-conference

Jekyll template for a conference website containing program, speaker, talks and room overview
MIT License
66 stars 59 forks source link

target link #17

Closed evcastelani closed 2 years ago

evcastelani commented 2 years ago

First of all, congratulations for the work. Please, I would like to know if in the current layout it is possible to set an absolute_url to open in a new tab? Is there any way to set a :target=_blank, for example? I don't know this is the best place to ask this and if it isn't, I'm sorry. Thank you very much if you can help in any way.

lorenzschmid commented 2 years ago

Thanks for the kind works. Right now there is no such option. But you can always take a layout file from this repo, place it at the exact same location in your project, adapt it (i.e. add the target setting for links) and Jekyll will then use your file instead of the one of the theme (like a form of function overwriting).