Forráskód Böngészése

Merge pull request #513 from dsteuer/patch-1

org_reader: Correct date format info in README
Justin Mayer 9 éve
szülő
commit
9fe2ca13d8
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      org_reader/README.md

+ 1 - 1
org_reader/README.md

@@ -16,7 +16,7 @@ Publish Emacs Org files alongside the rest of your website or blag.
 To provide metadata to Pelican, provide the following header in your Org file:
 To provide metadata to Pelican, provide the following header in your Org file:
 
 
 	#+TITLE: The Title Of This BlogPost
 	#+TITLE: The Title Of This BlogPost
-	#+DATE: 2001-01-01
+	#+DATE: <2001-01-01>
 	#+CATEGORY: comma, separated, list, of, tags
 	#+CATEGORY: comma, separated, list, of, tags
 
 
 The slug is automatically the filename of the Org file.
 The slug is automatically the filename of the Org file.