mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 16:50:31 +00:00
Merge branch 'master' of github.com:yggdrasil-network/yggdrasil-network.github.io
This commit is contained in:
commit
c5d9a4d4dc
@ -7,13 +7,13 @@
|
||||
{% seo %}
|
||||
{% feed_meta %}
|
||||
<link rel="stylesheet" href="/assets/css/style.css">
|
||||
<link rel="alternate" type="application/atom+xml" title="Neil Alexander’s blog" href="/feed.xml">
|
||||
<link rel="alternate" type="application/atom+xml" title="Yggdrasil Network" href="/feed.xml">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-lg px-3 my-5 markdown-body">
|
||||
<div class='titleflex'>
|
||||
<span class='logo'>
|
||||
<a href="/"><img src="/assets/images/logo.svg" alt="neilalexander.dev" id="logoimg" /></a>
|
||||
<a href="/"><img src="/assets/images/logo.svg" alt="Yggdrasil Network" id="logoimg" /></a>
|
||||
</span>
|
||||
<span class='links'>
|
||||
{% for page in site.pages %}
|
||||
@ -23,7 +23,7 @@
|
||||
{% endunless %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<a href='http://github.com/neilalexander'>GitHub</a>
|
||||
<a href='https://github.com/yggdrasil-network/yggdrasil-go'>GitHub</a>
|
||||
</span>
|
||||
</div>
|
||||
{{ content }}
|
||||
|
Loading…
Reference in New Issue
Block a user