Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsnjack/kraiklyn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYauhen Shulitski <jsnjack@gmail.com>2020-04-23 17:23:47 +0300
committerYauhen Shulitski <jsnjack@gmail.com>2020-04-23 17:23:47 +0300
commitf15a26bc6009d15228a034620d1fbd90b09e8143 (patch)
treeff8346c3e192abcfc2a132f40ba7ff764fd83519 /README.md
parent2e1227f8ba1612b080b464aa3d11855ce981c6b5 (diff)
:m: Update to support new hugo version
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8cb16f0..be17e68 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ When creating a new section, make sure `_index.md` exists for correct cross-refe
### block
Create notes, tips and other blocks on the page
```markdown
-{{% block note %}}
+{{< block note >}}
By default only ports 22, 80 and 443 are open
-{{% /block %}}
+{{< /block >}}
```
Available types: `note`, `tip`, `warn`, `info`
@@ -33,7 +33,7 @@ Available types: `note`, `tip`, `warn`, `info`
### anchor
Returns `anchor` parameter (see `archetypes/default.md` file) of the article
```markdown
-Check [Proxy environment]({{% anchor "installation/proxy-environment.md" %}}) section
+Check [Proxy environment]({{< anchor "installation/proxy-environment.md" >}}) section
```
Since the theme is a one-page theme, this is the way to make cross-references on the website