Closed guoyunhe closed 4 years ago
If you just want to use full jquery:
# _config.yml jquery_full: true
If you want to add more scripts and styles in <head>, create _includes/head-extra.html:
<head>
_includes/head-extra.html
<script src="..."></script>
If you want to add more stuff at the end of <body>, create _includes/footer-extra.html:
<body>
_includes/footer-extra.html
<template>...</template>
Fix #29
If you just want to use full jquery:
If you want to add more scripts and styles in
<head>
, create_includes/head-extra.html
:If you want to add more stuff at the end of
<body>
, create_includes/footer-extra.html
:Fix #29