Skip to content

Commit

Permalink
doc(changes): fixing validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdewinter authored and talha131 committed Jul 26, 2019
1 parent 22be913 commit 199af9d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ a slightly darker font color is used. Instead of using bold colors for the text
background of the admonitions and code blocks, lighter colors are used for both.

Elegant also reduces the distractions by relocating the extra information contained in an
article's [Table of Contents]({static}./table-of-contents.md)
article's [Table of Contents]({filename}./table-of-contents.md)
to the left sidebar and displaying it in a smaller font. This allows the table to retain it's
usefulness to the reader while not intruding on the article. In a similar fashion, the right
sidebar is used to relate any other extra information about the article to the user. Elements
Expand All @@ -51,7 +51,7 @@ that regularly appear in the right sidebar include:
- Last Updated time
- "Monthly Updates" opt-in
- Published time
- [Reading Time]({static}../Supported Plugins/reading-time.md)
- [Series section]({static}../Supported Plugins/multi-part-plugin.md)
- ["Stay in Touch" icons]({static}../SEO and SMO/social-profiles-sidebar.md)
- [Reading Time]({filename}../Supported Plugins/reading-time.md)
- [Series section]({filename}../Supported Plugins/multi-part-plugin.md)
- ["Stay in Touch" icons]({filename}../SEO and SMO/social-profiles-sidebar.md)
- Tags
1 change: 1 addition & 0 deletions documentation/content/Development/documentation-status.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
Title: Document Status
Date: 2019-07-01 10:49
Tags:
Category: Development
Subtitle:
Expand Down
2 changes: 1 addition & 1 deletion documentation/content/Supported Plugins/author-blurbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ above example, Talha's `avatar` URL is local, while Pablo's URL is remote.

While the configuration for Author Blurbs is centralized in the configuration file, enabling
this feature for a given article requires that the article contains either the `author` or
`authors` [metadata]({static}../Extra Customization/meta-data.md) field values. If neither
`authors` [metadata]({filename}../Extra Customization/meta-data.md) field values. If neither
of these values are provided, the `AUTHOR` configuration variable will be used as a default.

```Python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SERIES_TITLE = "More In This Series"

Once the configuration for Series is enabled in the configuration file, using this feature for
a given set of articles requires that the article contains the `Series`
[metadata]({static}../Extra Customization/meta-data.md) field value.
[metadata]({filename}../Extra Customization/meta-data.md) field value.

The text assigned to the `Series` metadata field is the title of the series. When the page is
created, Pelican provides Elegant with a list of all pages that have the same value for the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Once the configuration for Sharing Media Links is enabled in the configuration f
this feature to provide links for your readers to share your articles on social media is
completed.

The only effect any [metadata]({static}../Extra Customization/meta-data.md) field will have
The only effect any [metadata]({filename}../Extra Customization/meta-data.md) field will have
on Sharing Media links is to change the text to lead into the Social Media Sharing links.
As documented above, the `SHARE_POST_INTRO` can be used to provide an alternate lead in text
for the Social Media Sharing links. This text can be further overridden on an
Expand Down

0 comments on commit 199af9d

Please sign in to comment.