From a76bca9b0dbdb246c04df4459a0e04ee9195164d Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Sun, 10 Mar 2013 11:28:54 +0500 Subject: [PATCH] Fixes the reST syntax of an example in the docs reST example of the section "Linking to internal content" had incorrect metadata. Moreover, time was missing from the date of both markdown and reST example. This was pointed out by [lefromage at #pelican](https://botbot.me/freenode/pelican/msg/2235275/) --- docs/getting_started.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 905eafcf..f7d76645 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -300,8 +300,10 @@ following syntax: In this example, ``article1.rst`` could look like:: - Title: The first article - Date: 2012-12-01 + The first article + ################# + + :date: 2012-12-01 10:02 See below intra-site link examples in reStructuredText format. @@ -311,7 +313,7 @@ In this example, ``article1.rst`` could look like:: and ``article2.md``:: Title: The second article - Date: 2012-12-01 + Date: 2012-12-01 10:02 See below intra-site link examples in Markdown format.