mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-08-03 11:54:32 -04:00
test moving did banner and title tag
This commit is contained in:
parent
03cbc7fbab
commit
3aad5bfeb2
5 changed files with 20 additions and 17 deletions
|
@ -1,4 +1,5 @@
|
|||
<!-- start custom head snippets -->
|
||||
<title>{{ page.title }}</title>
|
||||
|
||||
<!-- insert favicons. use https://realfavicongenerator.net/ -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://infominer.id/DIDecentralized/assets/icons/apple-touch-icon.png">
|
||||
|
|
|
@ -11,7 +11,14 @@
|
|||
{% unless logo_path == empty %}
|
||||
<a class="site-logo" href="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt=""></a>
|
||||
{% endunless %}
|
||||
<a class="site-title" href="{{ '/' | relative_url }}">{{ site.masthead_title | default: site.title }}</a>
|
||||
<div class="did-title">
|
||||
<div class="content">
|
||||
<a class="site-title" href="{{ '/' | relative_url }}">{{ site.masthead_title | default: site.title }}</a>
|
||||
</div>
|
||||
<canvas id="did-canvas"></canvas>
|
||||
</div>
|
||||
<link rel="stylesheet" type="text/css" href="/DIDecentralized/assets/particle-banner/particles.css">
|
||||
<script src="/DIDecentralized/assets/particle-banner/particles.js"></script>
|
||||
<ul class="visible-links">
|
||||
{%- for link in site.data.navigation.main -%}
|
||||
{%- if link.url contains '://' -%}
|
|
@ -11,14 +11,7 @@
|
|||
{% unless logo_path == empty %}
|
||||
<a class="site-logo" href="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt=""></a>
|
||||
{% endunless %}
|
||||
<div class="did-title">
|
||||
<div class="content">
|
||||
<a class="site-title" href="{{ '/' | relative_url }}">{{ site.masthead_title | default: site.title }}</a>
|
||||
</div>
|
||||
<canvas id="did-canvas"></canvas>
|
||||
</div>
|
||||
<link rel="stylesheet" type="text/css" href="/DIDecentralized/assets/particle-banner/particles.css">
|
||||
<script src="/DIDecentralized/assets/particle-banner/particles.js"></script>
|
||||
<a class="site-title" href="{{ '/' | relative_url }}">{{ site.masthead_title | default: site.title }}</a>
|
||||
<ul class="visible-links">
|
||||
{%- for link in site.data.navigation.main -%}
|
||||
{%- if link.url contains '://' -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue