mirror of https://gitlab.com/curben/blog
Load typing.js after jquery
This commit is contained in:
parent
57303be096
commit
1f0f664677
|
@ -1,6 +1,3 @@
|
||||||
<%/* javascript of Typing theme */%>
|
|
||||||
<%- js('js/typing') %>
|
|
||||||
|
|
||||||
<%/* Fallback function for SRI */%>
|
<%/* Fallback function for SRI */%>
|
||||||
<%- js('js/sri-fallback.min') %>
|
<%- js('js/sri-fallback.min') %>
|
||||||
|
|
||||||
|
@ -21,3 +18,6 @@
|
||||||
var cl = cloudinary.Cloudinary.new({cloud_name: "curben"});
|
var cl = cloudinary.Cloudinary.new({cloud_name: "curben"});
|
||||||
cl.responsive();
|
cl.responsive();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<%/* javascript of Typing theme */%>
|
||||||
|
<%- js('js/typing') %>
|
Loading…
Reference in New Issue