merge-requests/30/head
Bob Mottram 2022-11-09 17:25:01 +00:00
parent 444c81d553
commit 3db04ad4d3
1 changed files with 14 additions and 14 deletions

View File

@ -341,7 +341,7 @@ Within the *filtering and blocking* section you can also set a city which will b
### Verifying your website or blog ### Verifying your website or blog
It is possible to indicate that a website of blog belongs to you by linking it to your profile screen. Within the *head* html section of your website or blog index page include a line similar to: It is possible to indicate that a website of blog belongs to you by linking it to your profile screen. Within the *head* html section of your website or blog index page include a line similar to:
```bash ``` html
<link rel="me" href="https://YourEpicyonDomain/@YourNickname" /> <link rel="me" href="https://YourEpicyonDomain/@YourNickname" />
``` ```