Skip to content

Instantly share code, notes, and snippets.

@jorilallo
Created September 18, 2013 18:40
Show Gist options
  • Select an option

  • Save jorilallo/6613581 to your computer and use it in GitHub Desktop.

Select an option

Save jorilallo/6613581 to your computer and use it in GitHub Desktop.
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!--This is an automatically generated file.
It will be read and overwritten.
Do Not Edit! -->
<Title>Kippt Bookmarks</Title>
<H1>Bookmarks</H1>
<DL>
{% for clip in clips %}
<DT><A HREF="{{ clip.url }}" ADD_DATE="{{ clip.created|date:'U' }}" LIST="{{ clip.list.title }}">{{ clip.title }}</A>
{% if clip.notes %}<DD>{{ clip.notes }}{% endif %}
{% endfor %}
</DL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment