From eba31be4217eca62c44f731911367defd6c0571d Mon Sep 17 00:00:00 2001 From: Mandaris Date: Sun, 11 Oct 2015 22:25:28 -0700 Subject: Change the README.md file to point to the images in the repository Github has changed the way that you can reference the images. This will make it so that people going to the repository on github will be able to see the files. --- backdrop/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backdrop') diff --git a/backdrop/README.md b/backdrop/README.md index 2ccbfce..505b8c4 100644 --- a/backdrop/README.md +++ b/backdrop/README.md @@ -7,11 +7,11 @@ using a serif font and darker colours. It features full variables in your Pelican configuration file. See it live at my blog, [The Political Physicist](http://cmacmackin.github.io/blog/). -![The homepage](https://raw.githubusercontent.com/cmacmackin/backdrop-theme/master/screenshot1.png) -![An article](https://raw.githubusercontent.com/cmacmackin/backdrop-theme/master/screenshot2.png) +![The homepage](screenshot1.png) +![An article](screenshot2.png) This is an example of the page footer on a medium screen. -![The footer on a medium screen](https://raw.githubusercontent.com/cmacmackin/backdrop-theme/master/screenshot3.png) +![The footer on a medium screen](screenshot3.png) I you want to customize Backdrop, perhaps consider using [Sass](http://sass-lang.com/) and [Grunt](http://gruntjs.com/), as I did when -- cgit