We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271de73 commit fff3f5dCopy full SHA for fff3f5d
index.html
@@ -37,6 +37,8 @@
37
{% assign post = site.posts | where: "path", "/_posts/2023-06-08-foxhound.md" | first %}
38
{% if post %}
39
<a href="{{ post.url | relative_url }}">Summary</a>
40
+ {% else %}
41
+ Summary not available
42
{% endif %}
43
</td>
44
</tr>
0 commit comments