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 33_site
44Gemfile
55Gemfile.lock
6- mobile -app-landing-page.gemspec
6+ automatic -app-landing-page.gemspec
77* .gemspec
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ exclude:
135135collections :
136136 pages :
137137 output : true
138+ permalink : /:path/
138139
139140# Markdown rendering
140141markdown : kramdown
Original file line number Diff line number Diff line change 4141 </ div >
4242 < div class ="footerLinks ">
4343 {% 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 >
4545 {% endfor %}
4646 </ div >
4747</ footer >
Original file line number Diff line number Diff line change 1515 {% endif %}
1616
1717 < 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