Browse Source

Fix hugo shortcode typo in faq (#12987)

* Fix hugo shortcode typo in faq

* Switch to using language tags
tags/v1.13.0-rc1
raoulb GitHub 5 years ago
parent
commit
d3bba4a46d
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/doc/help/faq.en-us.md
  2. +0
    -0
      docs/content/doc/usage/fail2ban-setup.en-us.md

+ 1
- 1
docs/content/doc/help/faq.en-us.md View File

@@ -162,7 +162,7 @@ At some point, a customer or third party needs access to a specific repo and onl

### Enable Fail2ban

Use [Fail2Ban]({{ relref "doc/usage/fail2ban-setup.md" >}}) to monitor and stop automated login attempts or other malicious behavior based on log patterns
Use [Fail2Ban]({{< relref "doc/usage/fail2ban-setup.en-us.md" >}}) to monitor and stop automated login attempts or other malicious behavior based on log patterns

## How to add/use custom themes
Gitea supports two official themes right now, `gitea` and `arc-green` (`light` and `dark` respectively)


docs/content/doc/usage/fail2ban-setup.md → docs/content/doc/usage/fail2ban-setup.en-us.md View File


Loading…
Cancel
Save