Created
September 18, 2013 18:40
-
-
Save jorilallo/6613581 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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