瀏覽代碼

Merge branch 'master' of https://github.com/gilbitron/Pico

Balázs Indig 11 年之前
父節點
當前提交
fe9e1a04f0
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      content/index.md

+ 3 - 3
content/index.md

@@ -37,7 +37,7 @@ Text files are marked up using [Markdown](http://daringfireball.net/projects/mar
 
 At the top of text files you can place a block comment and specify certain attributes of the page. For example:
 
-	/ *
+	/*
 	Title: Welcome
 	Description: This description will go in the meta description tag
 	Author: Joe Bloggs
@@ -62,8 +62,8 @@ All themes must include an `index.html` file to define the HTML structure of the
 * `{{ config }}` - Conatins the values you set in config.php (e.g. `{{ config.theme }}` = "default")
 * `{{ base_dir }}` - The path to your Pico root directory
 * `{{ base_url }}` - The URL to your Pico site
-* `{{ theme_dir }}` - The path to the Pico active theme direcotry
-* `{{ theme_url }}` - The URL to the Pico active theme direcotry
+* `{{ theme_dir }}` - The path to the Pico active theme directory
+* `{{ theme_url }}` - The URL to the Pico active theme directory
 * `{{ site_title }}` - Shortcut to the site title (defined in config.php)
 * `{{ meta }}` - Contains the meta values from the current page
 	* `{{ meta.title }}`