reconnect
This commit is contained in:
10
.github/_layouts/page-narrow.html
vendored
Normal file
10
.github/_layouts/page-narrow.html
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# limits the content block to narrow size
|
||||
# max-width is set in _pages.scss using .page-narrow selector
|
||||
layout: default
|
||||
---
|
||||
<div class="container my-4">
|
||||
<div class="page-narrow">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user