Make pages undated (don't appear in rss), fix a backwards arrow
This commit is contained in:
parent
c7b1af832e
commit
78d0b4c230
4 changed files with 4 additions and 7 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
+++
|
|
||||||
+++
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = "!!Con 2021!!"
|
title = "!!Con 2021!!"
|
||||||
date = 2021-05-15
|
|
||||||
path = "/bangbangcon2021"
|
path = "/bangbangcon2021"
|
||||||
[extra]
|
[extra]
|
||||||
isPage = true
|
isPage = true
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ time to write a simple program and play with `gdb`!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
video-fullscreen: demo1.mp4
|
video-fullscreen: https://jade.fyi/bangbangcon2021/demo1.mp4
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -98,7 +98,7 @@ video-fullscreen: demo1.mp4
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
video-fullscreen: demo2.mp4
|
video-fullscreen: https://jade.fyi/bangbangcon2021/demo2.mp4
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
<a href="{{ page.earlier.permalink | safe }}"
|
<a href="{{ page.earlier.permalink | safe }}"
|
||||||
aria-labelledby="older-post">{{ page.earlier.title }} →</a>
|
aria-labelledby="older-post">{{ page.earlier.title }} →</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="disabled-link">←</span>
|
<span class="disabled-link">→</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -64,4 +64,4 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue