1
+ <!DOCTYPE html>
2
+ < html lang ="{{ site.lang | default: " en-US " }}">
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
+
9
+ <!--Favicon Information-->
10
+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="https://modifiedcommand.github.io/Addon-Template/favicon/apple-touch-icon.png ">
11
+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="https://modifiedcommand.github.io/Addon-Template/favicon/favicon-32x32.png ">
12
+ < link rel ="icon " type ="image/png " sizes ="194x194 " href ="https://modifiedcommand.github.io/Addon-Template/favicon/favicon-194x194.png ">
13
+ < link rel ="icon " type ="image/png " sizes ="192x192 " href ="https://modifiedcommand.github.io/Addon-Template/favicon/android-chrome-192x192.png ">
14
+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="https://modifiedcommand.github.io/Addon-Template/favicon/favicon-16x16.png ">
15
+ < link rel ="manifest " href ="https://modifiedcommand.github.io/Addon-Template/favicon/site.webmanifest ">
16
+ < link rel ="mask-icon " href ="https://modifiedcommand.github.io/Addon-Template/favicon/safari-pinned-tab.svg " color ="#2ecc71 ">
17
+ < link rel ="shortcut icon " href ="https://modifiedcommand.github.io/Addon-Template/favicon/favicon.ico ">
18
+ < meta name ="msapplication-TileColor " content ="#000000 ">
19
+ < meta name ="msapplication-TileImage " content ="https://modifiedcommand.github.io/Addon-Template/favicon/mstile-144x144.png ">
20
+ < meta name ="msapplication-config " content ="https://modifiedcommand.github.io/Addon-Template/favicon/browserconfig.xml ">
21
+ < meta name ="theme-color " content ="#2ECC71 ">
22
+
23
+ <!-- Image Meta Tags -->
24
+ <!-- <meta property="og:image" content="{{ "/background.png" | absolute_url }}"> -->
25
+ <!-- <meta property="twitter:image" content="{{ "/background.png" | absolute_url }}"> -->
26
+
27
+ {% seo %}
28
+ < link rel ="stylesheet " href ="{{ " /assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
29
+ <!--[if lt IE 9]>
30
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
31
+ <![endif]-->
32
+ </ head >
33
+
34
+ < body >
35
+ < div class ="wrapper ">
36
+ < header >
37
+ < h1 > < a href ="{{ " / " | absolute_url }}"> {{ site.title | default: site.github.repository_name }}</ a > </ h1 >
38
+
39
+ {% if site.logo %}
40
+ < div class ="outer-logo ">
41
+ < a href ="{{ " " | absolute_url }}"> < img src ="{{site.logo | relative_url}} " alt ="Logo " class ="logo " style ="display: block; margin-left: auto;margin-right: auto; width: 75%; " /> </ a >
42
+ </ div >
43
+ {% endif %}
44
+
45
+ < br />
46
+
47
+ < p > {{ site.description | default: site.github.project_tagline }}</ p >
48
+
49
+ {% if site.github.is_project_page %}
50
+ <!--<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>-->
51
+ {% endif %} {% if site.github.is_user_page %}
52
+ < p class ="view "> < a href ="{{ site.github.owner_url }} "> View My GitHub Profile</ a > </ p >
53
+ {% endif %} {% if site.show_downloads %}
54
+ < ul class ="downloads ">
55
+ < li > < a href ="{{ site.github.zip_url }} "> Download < strong > Source ZIP</ strong > </ a > </ li >
56
+ < li > < a href ="{{ site.github.repository_url }}/releases "> Download < strong > Releases</ strong > </ a > </ li >
57
+ < li > < a href ="{{ site.github.repository_url }} "> View On < strong > GitHub</ strong > </ a > </ li >
58
+ </ ul >
59
+ {% endif %}
60
+ </ header >
61
+ < section >
62
+
63
+ {{ content }}
64
+
65
+ </ section >
66
+ < footer >
67
+ {% if site.github.is_project_page %}
68
+ < p > This project is maintained by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > </ p >
69
+ {% endif %}
70
+ <!--<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>-->
71
+ </ footer >
72
+ </ div >
73
+ < script src ="{{ " /assets/js/scale.fix.js " | relative_url }}"> </ script >
74
+ {% if site.google_analytics %}
75
+ < script >
76
+ ( function ( i , s , o , g , r , a , m ) {
77
+ i [ 'GoogleAnalyticsObject' ] = r ;
78
+ i [ r ] = i [ r ] || function ( ) {
79
+ ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments )
80
+ } , i [ r ] . l = 1 * new Date ( ) ;
81
+ a = s . createElement ( o ) ,
82
+ m = s . getElementsByTagName ( o ) [ 0 ] ;
83
+ a . async = 1 ;
84
+ a . src = g ;
85
+ m . parentNode . insertBefore ( a , m )
86
+ } ) ( window , document , 'script' , 'https://www.google-analytics.com/analytics.js' , 'ga' ) ;
87
+ ga ( 'create' , '{{ site.google_analytics }}' , 'auto' ) ;
88
+ ga ( 'send' , 'pageview' ) ;
89
+ </ script >
90
+ {% endif %}
91
+ </ body >
92
+
93
+ </ html >
0 commit comments