main topic
Here’s how to createexternal link by hugo, so it’s easy when we open a link on one page then the link we open will open in a new tab in the browser. The question is is this important? for myself this is important in terms of how far we will know the quality of the content on our blog or website, whether users like it or not. Where do you do it from? namely through monitoring the Bounce Rate onGoogle Analytic, now the function is to make external links to be able to open in new tabs will lower the numberbounce rate quality on Google Analytic
As for the way like this, create a file namedrender-link.html
in your theme layouts folder. The order goes like thislayouts/_default/_markup/render-link.html
,
|
|
Then for the contents of the filerender-link.html
itself is more or less like this:
|
|
Now if you make an external link in the content, then if the link is in click it will open in a new tab. Hope it is useful!