Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
👨‍💻 Jonathan Roberts <br/>
🗓 {{ page.date | date_to_long_string }} <br/>
⏱ {{ page.readtime }} <br/>
💬 {{ page.commentstatus }}
</p>

{{ content }}
{{ content }}


<div id="hyvor-talk-view"></div>
<script type="text/javascript">
var HYVOR_TALK_WEBSITE = 884; // DO NOT CHANGE THIS
var HYVOR_TALK_CONFIG = {
url: '{{ page.url | absolute_url }}',
id: '{{page.id}}'
};
</script>
<script async type="text/javascript" src="//talk.hyvor.com/web-api/embed"></script>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ abstract: A make or break moment for UX
date: 2020-06-02 22:00:00 +0000
categories: article
readtime: 4 minutes
commentstatus: <a href="#hyvor-talk-view">Comments on</a>
---

# Design for complex systems
Expand Down