Commit graph

4 commits

Author SHA1 Message Date
Andrey
04c8f86fdb
Add option to not open the socials link on a new page, i.e. for an extra email page
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 ``domain at domain dot tld``.
2024-04-09 17:02:44 +03:00
Kristofer Rawlins
b62ecf0448
Add rel=me for Mastodon verification
This will add an attribute that will allow Mastodon users to get the  on their profile when they add a mastodon social icon to their profile.
2023-02-10 15:19:40 -06:00
Josh Lemon
4c9465af94
Update social-icons.html
This should address #397.
It also adds flexibility for future `rel` parameters.
2023-01-06 16:13:50 +11:00
Djordje Atlialp
805c789ee9
The graat customizing ... 2019-01-27 23:02:55 +01:00