The bmannconsulting.com website
1---
2layout: default
3---
4
5<article>
6 <div>
7 {% if page.link %}
8 <h1> Link: <a href="{{ page.link }}">{{ page.link }}</a></h1>
9 {% else %}
10 <h1>{{ page.date | date: "%l:%M%P" }}</h1>
11 {% endif %}
12 <time datetime="page.date | date_to_xmlschema">{{ page.date | date: "%A, %B %e, %Y" }}</time>{% if page.location %}— <span>{{ page.location }}</span>{% endif %}
13 </div>
14
15 <div id="notes-entry-container">
16 <content>
17 {{ content }}
18 </content>
19
20 </div>
21</article>