Remove additional custom JS, gallery, and SEO comments

leftover from old blog
This commit is contained in:
2023-11-27 20:05:28 -06:00
parent db25fa0a97
commit 8c379d5004
3 changed files with 4 additions and 33 deletions

View File

@@ -30,20 +30,7 @@ const tagCount = tags.length;
</span>
<article>
<slot />
</article>
<!-- <p> -->
<!-- {% if page.custom_js %} -->
<!-- {% for file in page.custom_js %} -->
<!-- <script type="text/javascript" src="{{ site.baseurl }}/assets/js/{{ file }}"></script> -->
<!-- {% endfor %} -->
<!-- {% endif %} -->
<!-- {% if layout.medium_zoom %} -->
<!-- <script crossorigin="anonymous" integrity="sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM=" -->
<!-- src="https://cdn.jsdelivr.net/npm/medium-zoom@1.0.6/dist/medium-zoom.min.js"></script> -->
<!-- <script type="text/javascript"> -->
<!-- mediumZoom("[data-zoomable]", {background: "#0e0e0e"}) -->
<!-- </script> -->
<!-- {% endif %} -->
</article>
</p>
</div>
<hr />