mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 18:25:31 -04:00

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.
14 lines
251 B
HTML
Executable File
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><- Back</a></p>
|
|
</div>
|
|
<div class="container">
|
|
<hr>
|
|
{{ content }}
|
|
</div>
|