mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix broken links in features page
This commit is contained in:
@@ -41,8 +41,8 @@ notesforauthors:
|
|||||||
* Multiple [content types][]
|
* Multiple [content types][]
|
||||||
* Automatic and user defined [content summaries][]
|
* Automatic and user defined [content summaries][]
|
||||||
* [Shortcodes][] to enable rich content inside of Markdown
|
* [Shortcodes][] to enable rich content inside of Markdown
|
||||||
* ["Minutes to Read"][]functionality
|
* ["Minutes to Read"][pagevars] functionality
|
||||||
* ["Wordcount"][] functionality
|
* ["Wordcount"][pagevars] functionality
|
||||||
|
|
||||||
## Additional Features
|
## Additional Features
|
||||||
|
|
||||||
@@ -54,8 +54,7 @@ notesforauthors:
|
|||||||
|
|
||||||
See what's coming next in the [Hugo roadmap][].
|
See what's coming next in the [Hugo roadmap][].
|
||||||
|
|
||||||
["Minutes to Read"]: /variables-and-params/
|
[pagevars]: /variables-and-params/page-variables/
|
||||||
["Wordcount"]: /variables-and-params/
|
|
||||||
[Ace]: /templates/ace-templating/
|
[Ace]: /templates/ace-templating/
|
||||||
[aliases]: /content-management/url-management/#aliases
|
[aliases]: /content-management/url-management/#aliases
|
||||||
[Amber]: https://github.com/eknkc/amber
|
[Amber]: https://github.com/eknkc/amber
|
||||||
@@ -74,13 +73,13 @@ See what's coming next in the [Hugo roadmap][].
|
|||||||
[Linux]: /getting-started/install-on-mac/
|
[Linux]: /getting-started/install-on-mac/
|
||||||
[LiveReload]: /getting-started/using-hugo/
|
[LiveReload]: /getting-started/using-hugo/
|
||||||
[Mac OSX]: /getting-started/install-of-pc/
|
[Mac OSX]: /getting-started/install-of-pc/
|
||||||
[organization for your projects]: /project-organization/
|
[organization for your projects]: /getting-started/directory-structure/
|
||||||
[Permalink]: /content-management/url-management/#permalinks
|
[Permalink]: /content-management/url-management/#permalinks
|
||||||
[Powerful theming]: /themes/
|
[Powerful theming]: /themes/
|
||||||
[Pretty URLs]: /content-management/url-management/
|
[Pretty URLs]: /content-management/url-management/
|
||||||
[Pygments]: http://pygments.org/
|
[Pygments]: http://pygments.org/
|
||||||
[RSS]: /templates/rss-templates/
|
[RSS]: /templates/rss-templates/
|
||||||
[Shortcodes]: /templates/shortcodes/
|
[Shortcodes]: /content-management/shortcodes/
|
||||||
[sort content]: /templates/
|
[sort content]: /templates/
|
||||||
[supported formats]: /content-management/supported-content-formats/
|
[supported formats]: /content-management/supported-content-formats/
|
||||||
[Syntax highlighting]: /developer-tools/syntax-highlighting/
|
[Syntax highlighting]: /developer-tools/syntax-highlighting/
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ tags: [usage,livereload,command line]
|
|||||||
weight: 70
|
weight: 70
|
||||||
draft: false
|
draft: false
|
||||||
slug:
|
slug:
|
||||||
aliases: [/overview/usage/,/extras/livereload/]
|
aliases: [/overview/usage/,/extras/livereload/,/getting-started/using-hugo/]
|
||||||
toc: false
|
toc: false
|
||||||
notesforauthors:
|
notesforauthors:
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ categories: [templates]
|
|||||||
tags: [lists,sections,menus]
|
tags: [lists,sections,menus]
|
||||||
draft: false
|
draft: false
|
||||||
slug:
|
slug:
|
||||||
aliases: [/extras/menus/]
|
aliases: [/extras/menus/,/templates/menus/]
|
||||||
toc: false
|
toc: false
|
||||||
notesforauthors:
|
notesforauthors:
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user