updated documentation post
This commit is contained in:
parent
e41aa0e8c2
commit
6468e88e3a
1 changed files with 9 additions and 2 deletions
|
|
@ -13,8 +13,15 @@ The contact part of the index page is consisted of two elements:
|
|||
<li>Your email address</li>
|
||||
</ol>
|
||||
|
||||
You can modify its text from the contact.html file.
|
||||
Then in the \_config.yml set the email variable to your email.
|
||||
You can modify the Contact text from the /contact.html file and set the email in the site config:
|
||||
|
||||
<pre><code data-trim class="yaml">
|
||||
###########
|
||||
# Contact #
|
||||
###########
|
||||
|
||||
email: "your@email.here"
|
||||
</code></pre>
|
||||
|
||||
Don't be afraid of Email Harvesting, write your email properly, and the page will perform javascript obfuscation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue