Skip to content

Commit 91ac369

Browse files
committed
Update speaking
1 parent 1ad2694 commit 91ac369

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Write an awesome description for your new site here. You can edit
55
baseurl: ""
66
url: "https://csswizardry.com"
77
future: true
8-
sw: "0018"
8+
sw: "0019"
99

1010
# Build settings
1111
markdown: kramdown

_includes/speaking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<li>
22
<h3 class="list-ui__title">Talk</h3>
3-
<img src="/img/icons/ie.png" alt="" /> <a href="https://www.meetup.com/DublinCSS/events/234858690/">DublinCSS</a>, Dublin, (Ireland) February 2017
3+
<img src="/img/icons/bg.png" alt="" /> <a href="https://bulgariawebsummit.com/">Bulgaria Web Summit</a>, Sofia, (Bulgaria) April 2017
44
</li>

speaking.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ Want to see where I’m speaking next? [Check out the list.](#section:upcoming-e
3838

3939
{% include speaking.html %}
4040

41-
<li>
42-
<h3 class="list-ui__title">Talk</h3>
43-
<img src="/img/icons/bg.png" alt="" /> <a href="https://bulgariawebsummit.com/">Bulgaria Web Summit</a>, Sofia, (Bulgaria) April 2017
44-
</li>
45-
4641
<li>
4742
<h3 class="list-ui__title">Workshop</h3>
4843
<img src="/img/icons/en.png" alt="" /> <a href="http://www.whiteoctoberevents.co.uk/training/front-end-performance">White October Events</a>, London (England), April 2016
@@ -136,6 +131,10 @@ standard](/2016/06/speakers-checklist-before-and-after-your-talk/).
136131
## Past Events
137132

138133
<ol class="list-ui mb" reversed>
134+
<li>
135+
<h3 class="list-ui__title">Talk</h3>
136+
<img src="/img/icons/ie.png" alt="" /> <a href="https://www.meetup.com/DublinCSS/events/234858690/">DublinCSS</a>, Dublin, (Ireland) February 2017
137+
</li>
139138

140139
<li>
141140
<h3 class="list-ui__title">Talk</h3>

sw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var cacheName = 'csswizardry:0018';
1+
var cacheName = 'csswizardry:0019';
22
var cacheFiles = [
33
'/',
44
'/about/',
@@ -53,7 +53,7 @@ self.addEventListener('fetch', function(event) {
5353
// Empty out any caches that don’t match the ones listed.
5454
self.addEventListener('activate', function(event) {
5555

56-
var cacheWhitelist = ['csswizardry:0018'];
56+
var cacheWhitelist = ['csswizardry:0019'];
5757

5858
event.waitUntil(
5959
caches.keys().then(function(cacheNames) {

0 commit comments

Comments
 (0)