We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cde25c commit f7fe0f0Copy full SHA for f7fe0f0
1 file changed
_includes/footer.html
@@ -78,7 +78,7 @@
78
</span>
79
</a>
80
</li>
81
- {% endif %}
+ {% endif %}
82
{% if site.slack_invitacion %}
83
<li>
84
<a href="{{site.slack_invitacion}}" target="_blank">
@@ -90,7 +90,7 @@
90
91
{% endif %}
92
</ul>
93
- <p class="copyright text-muted"> Copyright © Python-chile 2018</a>
+ <p class="copyright text-muted"> Copyright © Python-chile {{ site.time | date: '%Y' }}</a>
94
</div>
95
96
0 commit comments