mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-18 17:34:20 +01:00
feat: add tagline
This commit is contained in:
@@ -2,3 +2,4 @@ markdown: rdiscount
|
||||
pygments: true
|
||||
auto: true
|
||||
title: Twentyone.World
|
||||
tagline: No Hyperbitcoinization Without Localization
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="row">
|
||||
<div class="span8 offset2" style="margin-bottom: 1rem;">
|
||||
<center><a href="/"><img src="/images/logo-white.svg" width="100%" /></a></center>
|
||||
<center><a href="/"><img src="/images/logo-white.svg" width="100%" title="{{ site.tagline }}"/></a></center>
|
||||
</div>
|
||||
</div>
|
||||
@@ -3,10 +3,10 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title>{{ page.title }}</title>
|
||||
<title>{{ page.title }} - {{ site.tagline }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="{{ site.tagline }}">
|
||||
<meta name="author" content="Gigi">
|
||||
|
||||
<link rel="stylesheet" href="/css/bootstrap.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/css/21.css" type="text/css" />
|
||||
|
||||
@@ -110,6 +110,7 @@ title: Twentyone.World
|
||||
|
||||
</script>
|
||||
|
||||
<center><small>{{ site.tagline }}</small></center>
|
||||
|
||||
<div id="map" style="margin:1em 0;">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user