Skip to content

Commit 0f15b5d

Browse files
committed
Add rauwkost TV link
1 parent 5862d89 commit 0f15b5d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

rauwkost/static/rauwkost/main45.css

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rauwkost/static/rauwkost/main45.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rauwkost/static/rauwkost/main45.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ section.homepage {
849849

850850
div.tv {
851851
padding: 20px 30px;
852-
padding-top: 35px;
852+
//padding-top: 35px;
853853
text-align: center;
854854
@media(max-width: $small) { padding-top: 0 }
855855
img {

rauwkost/templates/rauwkost/program.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
{% endblock %}
3434

3535
{% block main %}
36+
<section class="homepage">
37+
<div class="tv">
38+
<a href="http://rauwkost.tv/"><img src="{% static 'rauwkost/tv.svg' %}" alt="Kijk hier de laatste aflevering van Rauwkost TV"></a>
39+
</div>
40+
</section>
41+
3642
{% if dates %}
3743
<div class="daypicker">
3844
{% for date in dates %}

0 commit comments

Comments
 (0)