Skip to content

Commit

Permalink
test linking posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Liu committed Aug 25, 2024
1 parent 13ccba2 commit 47a5f4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
<tr>
<td>06/08/23</td>
<td>Darby Huye</td>
<td><a href="https://dl.acm.org/doi/abs/10.1145/3552326.3567502">Foxhound: Server-Grade Observability for Network-Augmented Applications, EuroSys '23</a></td>
<td><a href="https://dl.acm.org/doi/abs/10.1145/3552326.3567502">Foxhound: Server-Grade Observability for Network-Augmented Applications, EuroSys '23</a></td> {% assign post = site.posts | where: "title", "Foxhound: Server-Grade Observability for Network-Augmented Applications" | first %}
{% if post %}
<a href="{{ post.url | relative_url }}">Summary</a>
{% endif %}
</tr>
<tr>
<td>06/15/23</td>
Expand Down

0 comments on commit 47a5f4c

Please sign in to comment.