Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RiddleTime authored Jun 1, 2024
1 parent a2c0404 commit c5ac517
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ description: > # this means to ignore newlines until "show_exerpts:"
link.rel = 'icon';
link.href = '/other resources/race element icon 2.png';
document.getElementsByTagName('head')[0].appendChild(link);
var setup = <?php echo json_encode($_POST['setup'] ?? null) ?>;
console.log(setup);
})();
var setup = <?php echo json_encode($_POST['setup'] ?? null) ?>;
console.log(setup);
</script>
show_excerpts: false # set to true to show excerpts on the homepage
Expand Down

0 comments on commit c5ac517

Please sign in to comment.