aboutsummaryrefslogtreecommitdiff
path: root/_includes/assets.html
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-07-05 21:56:06 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-07-05 21:56:06 +0200
commit261b5e3e80d1e75fdcd042675154a82c2ce469fb (patch)
tree33eb31fd719780db67cfac4979d3f699b7525315 /_includes/assets.html
parent44756f51c80c1cb104de808afa24ea5027dd1d41 (diff)
downloadjo.mssola.com-261b5e3e80d1e75fdcd042675154a82c2ce469fb.tar.gz
jo.mssola.com-261b5e3e80d1e75fdcd042675154a82c2ce469fb.zip
Added CV section
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '_includes/assets.html')
-rw-r--r--_includes/assets.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/assets.html b/_includes/assets.html
new file mode 100644
index 0000000..e0db38b
--- /dev/null
+++ b/_includes/assets.html
@@ -0,0 +1,5 @@
+{% comment %}<!-- We have the same CSS file for all languages -->{% endcomment %}
+<link href="{{ "/stylesheets/main.css" | prepend: site.baseurl_root }}" rel="stylesheet" type="text/css" />
+
+{% comment %}<!-- We have the same JS file for all languages -->{% endcomment %}
+<script src="{{ "/javascripts/dist/main.min.js" | prepend: site.baseurl_root }}"></script>