Skip to content

Commit 43d1191

Browse files
committed
Fix more html validation issues
1 parent 89f408c commit 43d1191

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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">

_includes/title.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
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 %}

0 commit comments

Comments
 (0)