Skip to content

Commit

Permalink
Fixed image path in post and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Feb 7, 2015
1 parent d6491af commit 9dee35b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Here's the original [Casper](https://demo.ghost.io)
* Pagination
* Author page **(New)**
* Tag page(s) **(New)**
* 404 page **(New)**
* 404 page **(New)** (this is somehow overridden by my biomadeira.github.io page - should work fine for you)
* Rss
* Google Analytics Tracking code
* Code Syntax Highlight
Expand Down
4 changes: 2 additions & 2 deletions _posts/2014-09-27-a-full-and-comprehensive-style-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ <h2 id="media">Media</h2>

<h3 id="bigimage">Big Image</h3>

<p><img src="/assets/images/cover2.jpg" alt="Test Image" /></p>
<p><img src="{{ site.baseurl }}assets/images/cover2.jpg" alt="Test Image" /></p>

<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>

<h3 id="smallimage">Small Image</h3>

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>

<p><img src="/assets/images/small.jpg" alt="Small Test Image" /></p>
<p><img src="{{ site.baseurl }}assets/images/small.jpg" alt="Small Test Image" /></p>

<p>Labore et dolore.</p>

Expand Down

0 comments on commit 9dee35b

Please sign in to comment.