aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-04-05 07:59:28 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-04-05 07:59:35 +0200
commit7eb2cec6b6c3353b485f46c1dbf74d535f115234 (patch)
treecfd68183d64517c5010ee4be715c3d28a3f2be76 /index.html
parentc636b88b2d418a4ecb7659cc9a2e1a2006392055 (diff)
downloadfosdem-2021-minimalism-presentation-7eb2cec6b6c3353b485f46c1dbf74d535f115234.tar
fosdem-2021-minimalism-presentation-7eb2cec6b6c3353b485f46c1dbf74d535f115234.tar.gz
first version of multi-step code highlights
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index f938be5..a4825a9 100644
--- a/index.html
+++ b/index.html
@@ -40,8 +40,8 @@
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
- { src: 'plugin/notes/notes.js', async: true },
- { src: 'plugin/highlight/highlight.js', async: true }
+ { src: 'plugin/highlight/highlight.js' },
+ { src: 'plugin/notes/notes.js', async: true }
]
});
</script>