aboutsummaryrefslogtreecommitdiffstats
path: root/syte/static/templates/instagram-view-more.html
diff options
context:
space:
mode:
Diffstat (limited to 'syte/static/templates/instagram-view-more.html')
-rw-r--r--syte/static/templates/instagram-view-more.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/syte/static/templates/instagram-view-more.html b/syte/static/templates/instagram-view-more.html
deleted file mode 100644
index 78db9fc..0000000
--- a/syte/static/templates/instagram-view-more.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{{#each media}}
-<li>
- <a href="{{ link }}" class="profile-shot">
- {{#with images}}
- {{#with low_resolution }}
- <img src="{{ url }}" alt="Instagram Picture" />
- {{/with}}
- {{/with}}
- </a>
- <span class="profile-shot-title">
- {{#if caption}}
- {{#with caption}}
- {{ text }}
- {{/with}}
- {{else}}
- Untitled
- {{/if}}
- </span>
- <ul class="profile-shot-stats">
- {{#with likes}}<li><span class="profile-likes">{{ count }}</span></li>{{/with}}
- <li class="profile-shot-date">{{ formated_date }}</li>
- </ul>
-</li>
-{{/each}}
-