Skip to content

Commit

Permalink
Extract page.title variable to index.html front matter (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Jul 28, 2017
1 parent 3151f85 commit 5e71a2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: Bisq - The P2P exchange network
---
<!doctype html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">

<title>Bisq - The P2P exchange network</title>
<title>{{ page.title }}</title>

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
Expand Down

0 comments on commit 5e71a2e

Please sign in to comment.