Skip to content

Instantly share code, notes, and snippets.

View kamauwanjoroge's full-sized avatar

kamauwanjoroge kamauwanjoroge

View GitHub Profile
{% if site.comment-read %}
<!-- Our own JS starts here-->
<script>
/* Initial load of the comments section contnet. This ensures that we are only loading
JQuery and other scripts once we actually need them */
async function initialCommentLoad() {
/* Load JQuery */
var loadJquery = document.createElement("script");
loadJquery.type = "text/javascript";
loadJquery.src = "https://code.jquery.com/jquery-3.6.0.min.js";