File tree Expand file tree Collapse file tree 7 files changed +33
-13
lines changed
Expand file tree Collapse file tree 7 files changed +33
-13
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout: default
3+ # Page without Title
4+ ---
5+
6+ {% include lang.html %}
7+
8+ < article class ="px-1 ">
9+ {% if page.layout == 'page' or page.collection == 'tabs' %}
10+ {% assign tab_key = page.title | downcase %}
11+ {% assign title = site.data.locales[lang].tabs[tab_key] | default: page.title %}
12+ < div class ="content ">
13+ {{ content }}
14+ </ div >
15+ {% else %}
16+ {{ content }}
17+ {% endif %}
18+ </ article >
Original file line number Diff line number Diff line change 11---
22# the default layout is 'page'
3+ layout : page-wt
34icon : fas fa-info-circle
4- order : 4
5+ order : 1
56---
67
7- test
8+ < iframe src = " https://yulmwu.github.io " width = " 100% " height = " 500px " frameborder = " 0 " allowfullscreen ></ iframe >
Original file line number Diff line number Diff line change 11---
22layout : archives
33icon : fas fa-archive
4- order : 3
4+ order : 4
55---
Original file line number Diff line number Diff line change 11---
22layout : categories
33icon : fas fa-stream
4- order : 1
4+ order : 2
55---
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11---
22layout : tags
33icon : fas fa-tags
4- order : 2
4+ order : 3
55---
Original file line number Diff line number Diff line change 1+ ---
2+ layout : page-wt
3+ title : ???
4+ icon : fa-solid fa-cat
5+ order : 5
6+ ---
7+
8+ {% include embed/youtube.html id='CXJJDxg7Mos' %}
9+ {% include embed/youtube.html id='IxX_QHay02M' %}
You can’t perform that action at this time.
0 commit comments