File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- < title > Openbox</ title >
2
1
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
2
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "> </ meta >
3
+ < meta property ="og:type " content ="website "> </ meta >
4
+
5
+ < title > {{ page.title }} - Openbox</ title >
6
+ < meta property ="og:title " content ="{{ page.title }} - Openbox "> </ meta >
7
+ < meta property ="og:site_name " content ="Openbox "> </ meta >
8
+
9
+ < meta name ="description " content ="Openbox Window Manager "> </ meta >
10
+ < meta property ="og:description " content ="Openbox Window Manager "> </ meta >
11
+
3
12
< link rel ="shortcut icon " href ="favicon.ico "/>
13
+ < link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
14
+ < meta property ="og:image " content ="favicon.ico "> </ meta >
15
+
4
16
< style type ="text/css " media ="screen,projection "> /*<![CDATA[*/ @import "{{site.baseurl}}/assets/css/main.css" ; /*]]>*/ </ style >
5
17
< link rel ="stylesheet " type ="text/css " media ="print " href ="{{site.baseurl}}/assets/css/commonPrint.css "/>
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html >
3
3
< head >
4
- < meta charset ="utf-8 ">
5
- < title > {{ page.title }} - Openbox</ title >
6
4
{% include head.html %}
7
5
</ head >
8
6
< body >
You can’t perform that action at this time.
0 commit comments