Skip to content

Instantly share code, notes, and snippets.

@miyaoka
Created December 18, 2017 20:18
Show Gist options
  • Save miyaoka/f38ca3a023ad4579d987d28d7aac8934 to your computer and use it in GitHub Desktop.
Save miyaoka/f38ca3a023ad4579d987d28d7aac8934 to your computer and use it in GitHub Desktop.
<div class="post-count">
<span class="post-count__filtered">[[posts.length]]</span>
/
<span class="post-count__raw">[[rawPosts.length]]</span>
</div>
const app = new Vue({
el: '#episode-list',
delimiters: ['[[', ']]'], // Avoid to conflict to Jekyll template
components: {
Actor
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment