Skip to content

Instantly share code, notes, and snippets.

@matthisk
Last active December 14, 2015 13:04
Show Gist options
  • Save matthisk/d511849ed972c017569c to your computer and use it in GitHub Desktop.
Save matthisk/d511849ed972c017569c to your computer and use it in GitHub Desktop.
<template name="bookmark">
<a href="{{path}}" class="item-activity">
<span class="attribution">
<span class="avatar">
<img src="{{actor.services.twitter.profile_image_url_https}}" class="image-avatar">
</span>
<span class="meta">
<span class="author">{{actor.profile.name}}</span> bookmarked <span class="recipe">{{object}}</span>
</span>
</span>
<div class="bg-image" style="background-image: url('{{recipeImage recipe=recipe size='large'}}');"></div>
</a>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment