rmc_website/_layouts/dsipage.html
NinjaCheetah 6a78cb7425 Switch all blog articles to use images hosted on CDN
This fixes the lack of images in the two most recent articles. Also added json to Gemfile because it fixes a ruby issue on some systems.
2024-01-02 17:35:22 -05:00

14 lines
251 B
HTML
Executable File

---
layout: dsiware
---
<div class="text-center pt-3">
<h1>{{ page.title }}</h1>
<h3>Article Published {{ page.date | date: "%Y-%m-%d" }}</h3>
<p><a href=/dsi.html>&lt;- Back</a></p>
</div>
<div class="container">
<hr>
{{ content }}
</div>