From f3a4dcad4cb647e9809744022d5275beda4860ae Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 15 Jan 2014 15:48:32 -0500 Subject: [PATCH] Update --- README.md | 4 ++-- _layouts/post.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6062031d..05df1fc1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ General notes and suggestions for customizing Minimal Mistakes. ## Setup for an Existing Jekyll site 1. Clone the following folders: `_includes`, `_layouts`, `assets`, and `images`. -2. Clone the following files and personalize content as need: `about.md`, `articles.html`, `index.md`, `feed.xml`, `sitemap.xml` +2. Clone the following files and personalize content as need: `about.md`, `posts.md`, `index.md`, `feed.xml`, `sitemap.xml` 3. Set the following variables in your `config.yml` file: ``` yaml @@ -71,7 +71,7 @@ bing_verify: # For external links add external: true links: - title: Theme Setup - url: /theme-setup + url: /theme-setup/ - title: External Link url: http://mademistakes.com external: true diff --git a/_layouts/post.html b/_layouts/post.html index 3e55af86..e258d12e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -42,7 +42,7 @@