mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Hide events on home page (now that London conference is over)
This commit is contained in:
parent
93aabdefe6
commit
974cea986b
1 changed files with 2 additions and 0 deletions
|
@ -147,11 +147,13 @@ ALERT:
|
||||||
<p><a class="btn" href="news.html">News archive</a></p>
|
<p><a class="btn" href="news.html">News archive</a></p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
{% for event in site.categories.events limit: 1 %}
|
{% for event in site.categories.events limit: 1 %}
|
||||||
<h1>{{ event.title }}</a></h1>
|
<h1>{{ event.title }}</a></h1>
|
||||||
{{ event.content }}
|
{{ event.content }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue