Something went wrong. Try again.
The bmannconsulting.com website
Something went wrong. Try again.
2.5 kB · 61 lines
HTML
at commit 94de6376
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162---layout: default---
<article> <div> <h1 style="text-transform:capitalize;">{{ page.title }}</h1> {% if page.link %} <strong><a href="{{ page.link }}">{{ page.link | remove: "https://" | truncate: 42 }}</a></strong>{% if page.author %}, by {{ page.author }}{% endif %}{% if page.published %}, {{ page.published | date: "%B %-d, %Y" }}{% endif %}<br /> {% elsif page.wikipedia %} <strong>wikipedia:</strong> <a href="{{ page.wikipedia }}">{{ page.wikipedia | remove: "https://" | truncate: 42 }}</a><br /> {% endif %}
{% unless page.published %} <time datetime="{{ page.last_modified_at | date_to_xmlschema }}"> Last updated on {{ page.last_modified_at | date: "%B %-d, %Y" }} </time> {% endunless %}
<ul> {% if page.github %} <li><strong>github:</strong> <a href="{{ page.github }}">@{{ page.github | remove: "https://github.com/" }}</a></li> {% endif %} </ul> </div>
<div id="notes-entry-container"> <content> {{ content }} </content>
<side style="font-size: 0.9em"> <h3 style="margin-bottom: 1em">Notes mentioning this note</h3> {% if page.backlinks.size > 0 %} <div style="display: grid; grid-gap: 1em; grid-template-columns: repeat(1fr);"> {% for backlink in page.backlinks %} <div class="backlink-box"> <a class="internal-link" href="{{ site.baseurl }}{{ backlink.url }}{%- if site.use_html_extension -%}.html{%- endif -%}">{{ backlink.title }}</a><br> <div style="font-size: 0.9em">{{ backlink.excerpt | strip_html | truncatewords: 20 }}</div> </div> {% endfor %} {% if page.seed %} <div class="backlink-box" style="background-color: #fff;"> Original article <a href="{{ page.link }}">{{ page.title }}</a>, by {{ page.author }}. <a href="{{ page.noteslink }}" class="noteslink" target="_notes">{{ page.title }}</a> </div> {% endif %} </div> {% else %}
<div style="display: grid; grid-gap: 1em; grid-template-columns: repeat(1fr);"> <div class="backlink-box" style="background-color: #fff;"> View related content on notes.bmannconsulting.com/<a href="{{ site.tags_url }}/{{ page.title }}" target="_notes">{{ page.title }}</a> </div> <div class="backlink-box" style="background-color: #fff;"> Browse the <a href="{{ site.baseurl }}/notes/" class="internal-link">Local Notes Graph »</a> </div> </div> {% endif %} </side> </div></article>