I've added a nonewpage parameter to social links to avoid popping them open on a new page. This is useful, for example, for adding an email page that is resistant to scraping.
As an example:
[[params.social]]
name = "email"
url = "/email"
nonewpage = true
Where /email.md is a page that says something like
+++
title = 'Want to email me?'
+++
The address is ``this domain`` at ``this domain`` dot ``this tld``
I've added a
nonewpage
parameter to social links to avoid popping them open on a new page. This is useful, for example, for adding an email page that is resistant to scraping.As an example:
Where /email.md is a page that says something like