File tree 4 files changed +10
-1
lines changed
4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ {%- for preamble in page.preambles -%}
2
+ {%- include program/preamble.html modal=preamble.modal title=preamble.title file=preamble.file -%}
3
+ {%- endfor -%}
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ <h1>{{ page.title }}</h1>
27
27
28
28
</ div >
29
29
30
+ {%- include program/all_preambles.html -%}
31
+
30
32
</ body >
31
33
32
34
</ html >
Original file line number Diff line number Diff line change 29
29
30
30
</ div >
31
31
32
- {%- include program/preamble .html modal="modal1" title="Download Open Rails" file="stable_installer" -%}
32
+ {%- include program/all_preambles .html -%}
33
33
34
34
<!-- Modal -->
35
35
< style >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: homepage
3
3
title: Open Rails - Free train simulator project
4
+ preambles:
5
+ - modal: modal1
6
+ title: Download Open Rails
7
+ file: stable_installer
4
8
---
5
9
6
10
< div class ="row ">
You can’t perform that action at this time.
0 commit comments