diff options
author | Riccardo Di Maio | 2021-06-18 22:15:19 +0200 |
---|---|---|
committer | GitHub | 2021-06-18 22:15:19 +0200 |
commit | a4fe8183b744861ef70cf95f5a4c7f958616c42a (patch) | |
tree | 07c36eff830c64204baaeae487b76fd758fb0941 | |
parent | bca1c2222aef812c840cf28d23f991dc1dae1599 (diff) | |
download | hugo-theme-fuji-a4fe8183b744861ef70cf95f5a4c7f958616c42a.tar.gz hugo-theme-fuji-a4fe8183b744861ef70cf95f5a4c7f958616c42a.tar.bz2 hugo-theme-fuji-a4fe8183b744861ef70cf95f5a4c7f958616c42a.zip |
Fix typos (und -> and)
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,14 +20,14 @@ Supported languages: `cs`, `de`, `en`, `eo`, `fr`, `ja`, `nl`, `pl`, `pt-pt`, `z - [🆕 Update the theme](#-update-the-theme) - [⚙️ Configuration](#%EF%B8%8F-configuration) - [🎨 Favicon](#-favicon) - - [❌ License, toc und comments](#-license-toc-und-comments) + - [❌ License, toc and comments](#-license-toc-and-comments) - [🎵 APlayer](#-aplayer) - [📐 Render LaTeX with KaTex](#-render-latex-with-katex) - [📷 Image zoom and lazyload settings](#-image-zoom-and-lazyload-settings) - [⚓ Markdown render hook](#-markdown-render-hook) - [📨 Comments area](#-comments-area) - [🔧 Custom stylesheet configuration](#-custom-stylesheet-configuration) -- [✏️ Issue und contributing](#%EF%B8%8F-issue-und-contributing) +- [✏️ Issue and contributing](#%EF%B8%8F-issue-and-contributing) - [📝 License](#-license) - [🤝 Annotations](#-annotations) @@ -71,7 +71,7 @@ Create `[SITEROOT]/layouts/partials/favicon.html` to cover theme's favicon. You can generate your favicons in [realfavicongenerator.net](https://realfavicongenerator.net/). -### ❌ License, toc und comments +### ❌ License, toc and comments Globally in `config.toml`: @@ -246,7 +246,7 @@ $dark-color-codebg: #414449; // GitHub To override SCSS rules, create `[SITEROOT]/assets/scss/_custom_rules.scss`. This file will have priority over anything regarding CSS rules, but is useless for changing variables that are used elsewhere in the theme. -## ✏️ Issue und contributing +## ✏️ Issue and contributing Feel free to use the [issue tracker](https://github.com/dsrkafuu/hugo-theme-fuji/issues). The theme has only been fully tested on Firefox, so if there are some problems when accessing with Chrome or others please also report an issue. |