Temporarily use the same version of css and js assets as the theme uses

This commit is contained in:
Adam Schmideg 2018-12-20 11:10:12 +01:00
parent c826e48331
commit 3b03b71349

View file

@ -1,7 +1,7 @@
---
common-css:
- "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
- "https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.min.css"
- "https://deanattali.com/css/bootstrap.min.css"
- "https://deanattali.com/css/bootstrap-social.min.css"
- "https://deanattali.com/css/main.css"
common-ext-css:
- "//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"
@ -10,7 +10,7 @@ common-googlefonts:
- "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
common-js:
- "https://code.jquery.com/jquery-1.12.4.min.js"
- "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
- "https://deanattali.com/js/bootstrap.min.js"
- "https://deanattali.com/js/main.js"
---
@ -20,6 +20,7 @@ common-js:
{% include head.html %}
<body>
<h1>{{ site.avatar }} | {{ page.image }} || {{ page.show-avatar }} | {{ layout.show-avatar }}</h1>
{% include gtm_body.html %}