Skip to content

Commit

Permalink
chore: rename and use short_title
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Oct 17, 2024
1 parent bc13284 commit 36e3384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ ORDER BY date DESC
LIMIT 5
```

## Upcoming Events
## OGIFs
```dsql-list
SELECT markdown_link(title, file_path)
SELECT markdown_link(COALESCE(short_title, title), file_path)
FROM vault
WHERE ['ogif'] && tags
ORDER BY date DESC
Expand Down

0 comments on commit 36e3384

Please sign in to comment.