File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ title: The Scala Programming Language
2
2
3
3
scalaversion : " 2.12.7"
4
4
5
+ url : https://www.scala-lang.org
5
6
baseurl : " "
6
7
markdown : kramdown
7
8
highlighter :
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</ title >
4
+ < title > {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</ title >
5
5
{% if page.title %}
6
6
< meta property ="og:title " content ="{{ page.title }} "/>
7
+ {% else %}
8
+ < meta property ="og:title " content ="{{ site.title }} "/>
7
9
{% endif %}
8
10
{% if page.description %}
9
11
< meta name ="description " content ="{{ page.description }} "/>
13
15
< meta name ="twitter:site " content ="@scala_lang "/>
14
16
< meta name ="twitter:creator " content ="@scala_lang "/>
15
17
{% if page.url %}
16
- < meta property ="og:url " content ="{{ site.baseurl }}{{ page.url }} "/>
18
+ < meta property ="og:url " content ="{{ site.url }}{{ page.url }} "/>
17
19
{% endif %}
18
- < meta property ="og:image " content ="{{ site.baseurl }}/resources/img/scala-spiral-3d-2-toned-down.png "/>
20
+ < meta property ="og:image " content ="{{ site.url }}/resources/img/scala-spiral-3d-2-toned-down.png "/>
19
21
20
22
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
21
23
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
You can’t perform that action at this time.
0 commit comments