Add breadcrumb navigation
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
This commit is contained in:
parent
ef00b4c020
commit
428f49879d
28 changed files with 350 additions and 416 deletions
|
|
@ -18,7 +18,13 @@
|
|||
{% endblock extra_head %}
|
||||
{% block content %}
|
||||
<main>
|
||||
<h1>Kick Drop Campaigns</h1>
|
||||
<h1>List of Kick drops</h1>
|
||||
<div>
|
||||
<a href="{% url 'kick:dashboard' %}">Kick</a> > Campaigns
|
||||
</div>
|
||||
<div>
|
||||
Scraped from <a href="https://web.kick.com/api/v1/drops/campaigns">Kick API</a>.
|
||||
</div>
|
||||
<div>
|
||||
<a href="{% url 'kick:campaign_feed' %}"
|
||||
title="RSS feed for all campaigns">[rss]</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue