mirror of https://git.door43.org/Andley/BG4e
Update default.html
This commit is contained in:
parent
ec17f0435b
commit
949aeb3d62
|
@ -18,13 +18,14 @@
|
|||
<body>
|
||||
|
||||
<header>
|
||||
<h1> {{site.title}} <a href="{{site.url}}/BG4E/"><svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="50" height="50" viewBox="0 0 172 172" style=" fill:#000000;">
|
||||
<h1>{{ page.title | default: site.title | default: site.github.repository_name }} <a href="{{site.url}}/BG4E/"><svg xmlns="http://www.w3.org/2000/svg"
|
||||
x="0px" y="0px" width="36" height="36" viewBox="0 0 172 172" style=" fill:#000000;">
|
||||
<g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10"
|
||||
stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal">
|
||||
<path d="M0,172v-172h172v172z" fill="none"></path><g fill="#f1c40f">
|
||||
<path d="M86,15.0472l-78.83333,70.9528h21.5v64.5h50.16667v-43h14.33333v43h50.16667v-64.5h21.5zM86,34.33561l43,38.7028v5.79492v57.33333h-21.
|
||||
5v-43h-43v43h-21.5v-63.12826z"></path></g></g></svg></a></h1>
|
||||
<p>{{ site.description }}</p>
|
||||
<p>{{ page.description | default: site.description | default: site.github.project_tagline }}</p>
|
||||
</header>
|
||||
|
||||
<div id="banner">
|
||||
|
|
Loading…
Reference in New Issue