Make more things clickable
This commit is contained in:
parent
801a049c6c
commit
032e427c3a
4 changed files with 19 additions and 8 deletions
|
@ -1,7 +1,9 @@
|
|||
<div class="spaced-y-2">
|
||||
<div class="spaced-y-2px">
|
||||
<h2 class="text-inherit text-lg m-0">
|
||||
{{ post.draft ? 'Draft: '|upper }}{{ post.title }}
|
||||
<a href="{{ post.url }}" class="text-inherit" tabindex="-1">
|
||||
{{ post.draft ? 'Draft: '|upper }}{{ post.title }}
|
||||
</a>
|
||||
</h2>
|
||||
|
||||
{% if show_date %}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<article>
|
||||
<h3 class="text-lg text-black mb-1">
|
||||
{{ talk.title }}
|
||||
<a href="{{ talk.url }}" class="text-inherit" tabindex="-1">
|
||||
{{ talk.title }}
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue