We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225f7c6 commit e403012Copy full SHA for e403012
README.md
@@ -1,3 +1,7 @@
1
+---
2
+layout: home
3
4
+
5
<img src="https://www.crim.ca/wp-content/uploads/2020/10/logo-color-300x61.png" alt="CRIM"/>
6
7
## Information
_layouts/default.html
@@ -32,6 +32,14 @@ <h1><a href="{{ page.url | relative_url }}">{{ page.title }}</a></h1>
32
33
<hr>
34
35
+ {% if page.description %}
36
+ <div id="description" style="font-style: italic">
37
+ {{ page.description }}
38
+ </div>
39
+ <hr>
40
+ {% endif %}
41
42
43
{{ content }}
44
45
<footer>
0 commit comments