Update README.md

This commit is contained in:
Nicolas Martignoni 2019-06-10 22:16:41 +02:00
parent a6c6196f0f
commit f98a71eea1
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ This is not a standalone theme. It is a [Hugo](https://gohugo.io) theme componen
```go
{{< cloakemail address="john.doe@example.com" protocol="xmpp" >}}
```
or
```go
{{< cloakemail address="+1 212 664-7665" protocol="tel" >}}
```
5. or a class, this way:
```go
{{< cloakemail address="john.doe@example.com" class="vip" >}}