File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
_site
4
4
Gemfile
5
5
Gemfile.lock
6
- mobile -app-landing-page.gemspec
6
+ automatic -app-landing-page.gemspec
7
7
* .gemspec
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ exclude:
135
135
collections :
136
136
pages :
137
137
output : true
138
+ permalink : /:path/
138
139
139
140
# Markdown rendering
140
141
markdown : kramdown
Original file line number Diff line number Diff line change 41
41
</ div >
42
42
< div class ="footerLinks ">
43
43
{% for page in site.pages %}
44
- < a href ="{{ page.url }} " target ="_self "> {{ page.title }}</ a >
44
+ < a href ="{{ page.url | relative_url }} " target ="_self "> {{ page.title }}</ a >
45
45
{% endfor %}
46
46
</ div >
47
47
</ footer >
Original file line number Diff line number Diff line change 15
15
{% endif %}
16
16
17
17
< link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.6.3/css/all.css " integrity ="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/ " crossorigin ="anonymous ">
18
- < link rel ="stylesheet " href =".. /main.css ">
19
- </ head >
18
+ < link rel ="stylesheet " href ="/main.css ">
19
+ </ head >
You can’t perform that action at this time.
0 commit comments