From c996cc735a2fee5224d3532506c8170c532bb994 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Thu, 11 Nov 2021 23:14:09 -0600 Subject: use defer instead of async --- exampleSite/layouts/partials/foot_custom.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/layouts/partials/foot_custom.html b/exampleSite/layouts/partials/foot_custom.html index 3389d46..4f9aaa2 100644 --- a/exampleSite/layouts/partials/foot_custom.html +++ b/exampleSite/layouts/partials/foot_custom.html @@ -1,4 +1,4 @@ - - + + - + -- cgit