mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2025-03-09 22:29:45 -04:00
11 lines
190 B
HTML
11 lines
190 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article>
|
|
{% include article.html %}
|
|
{% if site.disqus_short_name %}
|
|
<div id="disqus_thread">{% include disqus_thread.html %}</div>
|
|
{% endif %}
|
|
</article>
|