File size: 158 Bytes
350c28e
 
 
 
 
 
 
1
2
3
4
5
6
7
---
const { href, title } = Astro.props;
---
<li>
  <a href={href}>{title}</a>
  <span style="font-size:0.8rem;color:#6b7280;">(public reference)</span>
</li>