Skip to content

Commit 2c5f951

Browse files
committed
Update speaking
1 parent 8a12a44 commit 2c5f951

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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: "0020"
8+
sw: "0021"
99

1010
# Build settings
1111
markdown: kramdown

_includes/speaking.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<li>
2-
<h3 class="list-ui__title">Talk</h3>
3-
<img src="/img/icons/bg.png" alt="" /> <a href="https://bulgariawebsummit.com/">Bulgaria Web Summit</a>, Sofia, (Bulgaria) April 2017
2+
<h3 class="list-ui__title">Workshop</h3>
3+
<img src="/img/icons/nl.png" alt="" /> <a href="http://pages.xebia.com/events/css-performance-en-architectuur-workshop">Xebia</a>, Amsterdam, (Netherlands) March 2017
44
</li>

speaking.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ 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+
4146
<li>
4247
<h3 class="list-ui__title">Workshop</h3>
4348
<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

sw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var cacheName = 'csswizardry:0020';
1+
var cacheName = 'csswizardry:0021';
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:0020'];
56+
var cacheWhitelist = ['csswizardry:0021'];
5757

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

0 commit comments

Comments
 (0)