Update index.html
This commit is contained in:
parent
e81765d04e
commit
ba771dd750
1 changed files with 5 additions and 3 deletions
|
@ -14,9 +14,6 @@ layout: default
|
|||
{% endif %}
|
||||
<h1 class="blog-title">{{ site.title }}</h1>
|
||||
<h2 class="blog-description">{{ site.description }}</h2>
|
||||
|
||||
<!--[if (gt IE 5)]><b> Get a better browser! - This website dose not support Internet Explorer </b><![endif]-->
|
||||
|
||||
<div class="custom-links">
|
||||
{% for social in site.social %}
|
||||
<a class="icon-{{ social.icon }}" href="{{ social.url }}">
|
||||
|
@ -30,6 +27,11 @@ layout: default
|
|||
·
|
||||
<a href="{{ site.baseurl }}/help/">Help</a>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<center>
|
||||
<!--[if (gt IE 5)]><b><p> Get a better browser! - This website dose not support Internet Explorer </p></b><![endif]-->
|
||||
</center>
|
||||
</header>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue