Skip to content

Instantly share code, notes, and snippets.

View aripap's full-sized avatar

Ari Paparo aripap

View GitHub Profile
@matticusfinch
matticusfinch / author-list.liquid
Last active June 12, 2023 17:14
Uscreen Custom Author List Code
{{ 'author-styles.css' | stylesheet_link }}
<div class="container">
<div id="authors_app"></div>
</div>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
{{ 'authors.js' | javascript_link }}