Skip to content

Commit

Permalink
Update README and fix url issue on talk.css 24
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Dec 31, 2017
1 parent e38f137 commit 8183d00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The site will be updated after every meet-up, with a short recap and links to videos of the talks.

## v1.4.0

- Ported all speaker and video content into data files
- Rewrote post template to utilise data files
- Reorganised folder structure for assets
- Added links to previous and next meetups on each post page
- Added logic for Codepen embed script

## v1.3.0

- Tidied up styles
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-11-27-24.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h4>TBA</h4>
<div class="talk-speaker">
<h4><a href="javascript:void(0)">Mystery Speaker(s)</a></h4>
<figure>
<img class="c-speaker__img" src="http://localhost:2610/assets/img/speakers/mystery.jpg" srcset="http://localhost:2610/assets/img/speakers/[email protected] 2x" alt="Mystery Speaker">
<img class="c-speaker__img" src="{{ site.url }}/assets/img/speakers/mystery.jpg" srcset="{{ site.url }}/assets/img/speakers/[email protected] 2x" alt="Mystery Speaker">
<figcaption><a class="c-speaker__link" href="javascript:void(0)">@mysteryspeaker(s)</a></figcaption>
</figure>
<p class="c-speaker__intro">Well, it's still a mystery, so check back to see if the kittencorn has been replaced.</p>
Expand Down

0 comments on commit 8183d00

Please sign in to comment.