11<!DOCTYPE html>
2- < html lang ="{{ site.lang | default: "en-US " }}">
3- < head >
4- < meta charset ="UTF-8 ">
5- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7-
8- {% seo %}
9- < link rel ="stylesheet " href ="{{ '/assets/css/style.css' | relative_url }}?v={{ site.github.build_revision | default: site.time | date: '%s' }} ">
10- <!--[if lt IE 9]>
11- <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
12- <![endif]-->
13- < link rel ="icon " type ="image/png " sizes ="192x192 " href ="{{ '/assets/android-icon.png' | relative_url }} ">
14- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="{{ '/assets/favicon-32x32.png' | relative_url }} ">
15- < link rel ="icon " type ="image/png " sizes ="96x96 " href ="{{ '/assets/favicon-96x96.png' | relative_url }} ">
16- < link rel ="icon " type ="image/png " sizes ="16x16 " href ="{{ '/assets/favicon-16x16.png' | relative_url }} ">
17- </ head >
18- < body >
19- < div class ="wrapper ">
20- < header >
21- < h1 > < a href ="{{ "/" | absolute_url }}"> {{ site.title | default: site.github.repository_name }}</ a > </ h1 >
22-
23- {% if site.logo %}
24- < img src ="{{site.logo | relative_url}} " alt ="Logo " />
25- {% endif %}
26-
27- < p > {{ site.description | default: site.github.project_tagline }}</ p >
28-
29- {% if site.github.is_project_page %}
30- < p class ="view "> < a href ="{{ site.github.repository_url }} "> View the Project on GitHub < small > {{ site.github.repository_nwo }}</ small > </ a > </ p >
31- {% endif %}
32-
33- < hr >
34-
35- < nav class ="menu ">
36- < h3 > Usage</ h3 >
37- {% include nav.html %}
38- </ nav >
39-
40- < hr >
41-
42- < nav class ="menu ">
43- < h3 > Additional info</ h3 >
44- {% include nav_additional.html %}
45- </ nav >
46-
47- < hr >
48-
49- < nav class ="menu ">
50- < h3 > External resources</ h3 >
51-
52- < ul >
53- < li > < a href ="https://developers.lokalise.com/reference/lokalise-rest-api " target ="_blank "> Lokalise APIv2 docs</ a > </ li >
54- < li > < a href ="https://github.com/lokalise/php-lokalise-api " target ="_blank "> PHP API client</ a > </ li >
55- < li > < a href ="https://lokalise.github.io/node-lokalise-api/ " target ="_blank "> Node.js API client</ a > </ li >
56- < li > < a href ="https://github.com/lokalise/go-lokalise-api " target ="_blank "> Go API client</ a > </ li >
57- < li > < a href ="https://python-lokalise-api.readthedocs.io/ " target ="_blank "> Python API client</ a > </ li >
58- < li > < a href ="https://lokalise.github.io/elixir-lokalise-api " target ="_blank "> Elixir API client</ a > </ li >
59- </ ul >
60- </ nav >
61-
62- {% if site.show_downloads %}
63- < ul class ="downloads ">
64- < li > < a href ="{{ site.github.zip_url }} "> Download < strong > ZIP File</ strong > </ a > </ li >
65- < li > < a href ="{{ site.github.tar_url }} "> Download < strong > TAR Ball</ strong > </ a > </ li >
66- < li > < a href ="{{ site.github.repository_url }} "> View On < strong > GitHub</ strong > </ a > </ li >
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+ {% seo %}
10+ < link rel ="stylesheet "
11+ href ="{{ '/assets/css/style.css' | relative_url }}?v={{ site.github.build_revision | default: site.time | date: '%s' }} ">
12+ < link rel ="icon " type ="image/png " sizes ="192x192 " href ="{{ '/assets/android-icon.png' | relative_url }} ">
13+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="{{ '/assets/favicon-32x32.png' | relative_url }} ">
14+ < link rel ="icon " type ="image/png " sizes ="96x96 " href ="{{ '/assets/favicon-96x96.png' | relative_url }} ">
15+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="{{ '/assets/favicon-16x16.png' | relative_url }} ">
16+ </ head >
17+
18+ < body >
19+ < div class ="wrapper ">
20+ < header >
21+ {% assign root = "/" | absolute_url %}
22+ < h1 > < a href ="{{ root }} "> {{ site.title | default: site.github.repository_name }}</ a > </ h1 >
23+
24+
25+ {% if site.logo %}
26+ < img src ="{{site.logo | relative_url}} " alt ="Logo " />
27+ {% endif %}
28+
29+ < p > {{ site.description | default: site.github.project_tagline }}</ p >
30+
31+ {% if site.github.is_project_page %}
32+ < p class ="view "> < a href ="{{ site.github.repository_url }} "> View the Project on GitHub
33+ < small > {{ site.github.repository_nwo }}</ small > </ a > </ p >
34+ {% endif %}
35+
36+ < hr >
37+
38+ < nav class ="menu ">
39+ < h3 > Usage</ h3 >
40+ {% include nav.html %}
41+ </ nav >
42+
43+ < hr >
44+
45+ < nav class ="menu ">
46+ < h3 > Additional info</ h3 >
47+ {% include nav_additional.html %}
48+ </ nav >
49+
50+ < hr >
51+
52+ < nav class ="menu ">
53+ < h3 > External resources</ h3 >
54+
55+ < ul >
56+ < li > < a href ="https://github.com/lokalise/ruby-lokalise-api " target ="_blank "> Source code</ a > </ li >
57+ < li > < a href ="https://developers.lokalise.com/reference/lokalise-rest-api " target ="_blank "> Lokalise APIv2 docs</ a > </ li >
58+ < li > < a href ="https://github.com/lokalise/php-lokalise-api " target ="_blank "> PHP API client</ a > </ li >
59+ < li > < a href ="https://lokalise.github.io/node-lokalise-api/ " target ="_blank "> Node.js API client</ a > </ li >
60+ < li > < a href ="https://github.com/lokalise/go-lokalise-api " target ="_blank "> Go API client</ a > </ li >
61+ < li > < a href ="https://python-lokalise-api.readthedocs.io/ " target ="_blank "> Python API client</ a > </ li >
62+ < li > < a href ="https://lokalise.github.io/elixir-lokalise-api " target ="_blank "> Elixir API client</ a > </ li >
6763 </ ul >
68- {% endif %}
69- </ header >
70- < section >
64+ </ nav >
65+ </ header >
66+ < section >
7167
7268 {{ content }}
7369
74- </ section >
75- < footer >
76- {% if site.github.is_project_page %}
77- < p > This project is maintained by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > </ p >
78- {% endif %}
79- < p > < small > Hosted on GitHub Pages</ small > </ p >
80- </ footer >
81- </ div >
82- {% if site.google_analytics %}
83- < script >
84- ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
85- ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
86- m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
87- } ) ( window , document , 'script' , 'https://www.google-analytics.com/analytics.js' , 'ga' ) ;
88- ga ( 'create' , '{{ site.google_analytics }}' , 'auto' ) ;
89- ga ( 'send' , 'pageview' ) ;
90- </ script >
91- {% endif %}
92- </ body >
93- </ html >
70+ </ section >
71+ < footer >
72+ < p > < small > Hosted on GitHub Pages</ small > </ p >
73+ </ footer >
74+ </ div >
75+ </ body >
76+
77+ </ html >
0 commit comments