Skip to content

Commit 9fe043c

Browse files
committed
sentences should end with a point
1 parent 34d9887 commit 9fe043c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/country.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<section class="content country wrap">
66
<h1>{{ page.title }}</h1>
77

8-
<div class="alert alert-danger">Note: This is an <strong>archive</strong> of main #codeEU events, which took place during the first Code Week from <strong>November 25 to 30, 2013</strong>. To add and view new events, please visit <strong><a href="http://events.codeweek.eu">the new events website</a></strong></div>
8+
<div class="alert alert-danger">Note: This is an <strong>archive</strong> of main #codeEU events, which took place during the first Code Week from <strong>November 25 to 30, 2013</strong>. To add and view new events, please visit <strong><a href="http://events.codeweek.eu">the new events website</a></strong>.</div>
99

1010
{{ content }}
1111
</section>

learn/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Learn how to code
44
---
55

6-
<div class="alert alert-danger">Note: This is an <strong>archive</strong> of main #codeEU events, which took place during the first Code Week from <strong>November 25 to 30, 2013</strong>. To add and view new events, please visit <strong><a href="http://events.codeweek.eu">the new events website</a></strong></div>
6+
<div class="alert alert-danger">Note: This is an <strong>archive</strong> of main #codeEU events, which took place during the first Code Week from <strong>November 25 to 30, 2013</strong>. To add and view new events, please visit <strong><a href="http://events.codeweek.eu">the new events website</a></strong>.</div>
77

88
<div id="country-list">
99
{% for cat in site.country-list %}

0 commit comments

Comments
 (0)