feat: enable Zola's automatic anchoring

pull/6/head
Aravinth Manivannan 2022-04-16 10:50:46 +05:30
parent 5a59a9d20b
commit 10f9dc87e3
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
4 changed files with 17 additions and 4 deletions

3
content/_index.md Normal file
View File

@ -0,0 +1,3 @@
+++
insert_anchor_links = "right"
+++

View File

@ -15,18 +15,18 @@ When registering on Hostea sites, you may be asked to enter your name and e-mail
When registered and participating, we record the IP address that the post originated from. We also may retain server logs which include the IP address of every request to our server.
## What do we use your information for?](#use)
## What do we use your information for?
Any of the information we collect from you may be used in one of the following ways:
* To personalize your experience — your information helps us to better respond to your individual needs.
* To send periodic emails — The email address you provide may be used to send you information, notifications that you request about changes to topics or in response to your user name, respond to inquiries, and/or other requests or questions.
## How do we protect your information?](#protect)
## How do we protect your information?
We implement a variety of security measures to maintain the safety of your personal information when you enter, submit, or access your personal information.
## What is your data retention policy?](#data-retention)
## What is your data retention policy?
We will make a good faith effort to:
@ -57,4 +57,3 @@ By using our sites, you consent to our sites privacy policy.
## Changes to our Privacy Policy
If we decide to change our privacy policy, we will post those changes on this page.

View File

@ -71,3 +71,11 @@ blockquote {
color: inherit;
}
}
.zola-anchor {
margin-left: 5px;
}
.anchor-icon {
color: inherit !important;
}

View File

@ -0,0 +1,3 @@
<a class="zola-anchor" href="#{{ id }}" aria-label="Anchor link for: {{ id }}"
><span class="anchor-icon">#</span></a
>