1
0
mirror of https://github.com/osmarks/website synced 2025-02-10 16:10:03 +00:00
website/templates/blogPost.pug
2025-01-24 13:35:03 +00:00

15 lines
333 B
Plaintext

extends layout.pug
block content
div.content.blog-post!= content
if bibtex
details.cite-this-post
summary Cite this post
textarea#citebox(rows=bibtex.split("\n").length, readonly)= bibtex
div
button#citebutton Copy
block under-title
if draft
h1 DRAFT