Skip to content

Commit

Permalink
Improve website template
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Sep 16, 2018
1 parent a54eac9 commit 24b4f67
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ci/render/templates/WEBSITE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ number = "{{ episode.number }}"

<a target="_blank" class="button"
href="https://gitpod.io/#https://github.com/hello-rust/show/tree/master/episode/{{episode.number}}">&#x25b6;
Run and edit code on Gitpod</a>
Run and edit the code on Gitpod</a>

## Keywords

Expand All @@ -43,10 +43,7 @@ Run and edit code on Gitpod</a>
{%- if episode.errata %}
## Errata and improvements

It might come as a surprise to you, but every once in a while *even I* make a mistake.
This section covers all improvements made to the code since the epsiode went live.
For an exhaustive list of all changes to the original code, [go here](https://github.com/hello-rust/show/commits/master/episode/{{ episode.number }}).
Thanks to all contributors!
It might come as a surprise to you, but every once in a while *even I* make a mistake. This section covers all improvements made to the code since the epsiode went live. For an exhaustive list of all changes to the original code, [go here](https://github.com/hello-rust/show/commits/master/episode/{{ episode.number }}). Thanks to all contributors!

{% for error in episode.errata -%}
* {{ error }}
Expand Down

0 comments on commit 24b4f67

Please sign in to comment.