mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 12:37:50 +00:00
blog: don't list yourself
This commit is contained in:
parent
93d82f7717
commit
12f04bb8d5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Blog Articles
|
|||
|
||||
<style>ul * { overflow-wrap:anywhere !important; }</style>
|
||||
<ul>
|
||||
{{ for entry of search.pages("url^=/blog/ unlisted!=true", "order=asc date=desc")}}
|
||||
{{ for entry of search.pages("url^=/blog/ url!=/blog/ unlisted!=true", "order=asc date=desc")}}
|
||||
<li class="flex">
|
||||
<a id="matrix" class="text-right font-mono" style="margin-right:calc(var(--spacing)*2)" href="{{ entry.url }}">
|
||||
{{ entry.date.toISOString().slice(2, 10).replaceAll("-", " ") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue