File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 < title > {{ page.title }}</ title >
77 < link rel ="alternate " type ="application/atom+xml " href ="/news/atom.xml " title ="Atom feed ">
8- < link rel ="icon " href ="favicon.ico " />
8+ < link rel ="icon " href ="/ favicon.ico " />
99
1010 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css ">
1111 < link rel ="stylesheet " href ="/stylesheets/bootstrap.css ">
Original file line number Diff line number Diff line change 55 {% assign edit_path = edit_path | append: '#L' | append: source_line %}
66 {% endif %}
77{% elsif page.path contains 'docs/' %}
8+ {% if site.github.repository_url %}
9+ {% assign repo_url = site.github.repository_url %}
10+ {% else %}
11+ {% assign repo_url = 'https://github.com/ev3dev/ev3dev.github.io' %}
12+ {% endif %}
813 {% assign edit_path = site.github.repository_url | append: '/edit/master/' | append: page.path %}
914{% elsif page.path contains 'news/' %}
1015 {% assign show_news_link = 1 %}
You can’t perform that action at this time.
0 commit comments