diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-06-24 13:36:19 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-06-24 13:38:02 +0530 |
commit | 828b9b153804a0f590522d1f0df0db4eb00e3ed0 (patch) | |
tree | 634c1c85356eb40920c85600b4f3785456859266 /_includes/post.html | |
parent | CI: Fixed CI (diff) | |
download | sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.gz sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.bz2 sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.lz sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.xz sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.zst sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.zip |
Rearranged the project layout
Diffstat (limited to '_includes/post.html')
-rw-r--r-- | _includes/post.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/_includes/post.html b/_includes/post.html deleted file mode 100644 index baecde7..0000000 --- a/_includes/post.html +++ /dev/null @@ -1,19 +0,0 @@ ----json -{ -"layout": "base" -} ---- -<article itemscope :itemtype="schema('BlogPosting')"> - <h1 @text="title"></h1> - <small> - <time :datetime="htmlDateString(page.date)" itemprop="datePublished" - @text="readableDate(page.date)"></time> - - <span itemprop="author" itemscope :itemtype="schema('Person')"> - <a :href="metadata.author.url" rel="author" itemprop="url"> - <span itemprop="name" @text="metadata.author.name"></span> - </a> - </span> - </small> - <p><small itemprop="abstract" @content="(description"></small></p> - <div itemprop="articleBody" @html="content" /> -</article> |