chore: Add website to main repo
This commit is contained in:
parent
92d2c7e982
commit
9d0cd2d155
224 changed files with 17459 additions and 3 deletions
25
docs/_layouts/default.html
Normal file
25
docs/_layouts/default.html
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ page.lang }}">
|
||||
<head>
|
||||
<script>
|
||||
var languages = new Array();
|
||||
{% for language in site.languages %}
|
||||
languages.push("{{language}}");
|
||||
{% endfor %}
|
||||
</script>
|
||||
{% include head.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
|
||||
<div id="content">
|
||||
{% if page.title == "Official Website" %}<img src="{{site.assets}}/images/banner.png" id="banner" />{% endif %}
|
||||
|
||||
<div class="container">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue