-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpost.html
More file actions
12 lines (12 loc) · 669 Bytes
/
post.html
File metadata and controls
12 lines (12 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: default
---
<h1>{{ page.title }}
{% include edit_button.html %}
</h1>
<p>Published on {{ page.date | date: "%b %-d, %Y" }}{% if page.github_username %} by <a href="https://github.com/{{page.github_username}}">{{ page.github_username }}</a>{% endif %}. {% if page.last_updater %}Last updated on {{ page.last_modified_at | date: "%b %-d, %Y" }}{% if page.last_updater %} by <a href="https://github.com/{{page.last_updater}}">{{ page.last_updater }}{% endif %}</a>.{% endif %}</p>
<article>
{{ content }}
</article>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>