From fa54d5e4716fe73916a264923db6da797f8753f4 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 25 Mar 2022 10:59:53 +0800 Subject: [PATCH] :pencil2: Docs: fix typo https://fixit.lruihao.cn/theme-documentation-content/ --- .../content/posts/theme-documentation-content/index.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/posts/theme-documentation-content/index.en.md b/exampleSite/content/posts/theme-documentation-content/index.en.md index dbc4fe32..614dcbc2 100644 --- a/exampleSite/content/posts/theme-documentation-content/index.en.md +++ b/exampleSite/content/posts/theme-documentation-content/index.en.md @@ -242,7 +242,7 @@ hugo new offline/index.md {{< /admonition >}} -## 3 Content Summaries +## 4 Content Summaries **FixIt** theme uses the summary of the content to display abstract information in the home page. Hugo can generate summaries of your content. @@ -289,11 +289,11 @@ Because there are multiple ways in which a summary can be specified it is useful It is not recommended to include rich text block elements in the summary, which will cause typographic errors. Such as code blocks, pictures, tables, etc. {{< /admonition >}} -## 4 Basic Markdown Syntax +## 5 Basic Markdown Syntax This part is shown in the [basic markdown syntax page](../basic-markdown-syntax/). -## 5 Extended Markdown Syntax {#extended-markdown-syntax} +## 6 Extended Markdown Syntax {#extended-markdown-syntax} **FixIt** theme has some extended syntax elements for you to write articles.