update example
This commit is contained in:
parent
bd2e1428a8
commit
26d066089a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
title = "Open Sea"
|
title = "Open Sea"
|
||||||
description = "Takumi Tsuruta's home page"
|
description = "Takumi Tsuruta's home page"
|
||||||
# base_url = 'https://zztkm.github.io/vss/'
|
base_url = 'https://zztkm.github.io/vss/'
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
ignore_files = ["ignore.md", "README.md"]
|
ignore_files = ["ignore.md", "README.md"]
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>@title</title>
|
<title>@title</title>
|
||||||
<!-- <base href="@baseUrl"> -->
|
<base href="@base_url">
|
||||||
<meta name="description" content="@description" />
|
<meta name="description" content="@description" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue