update: example files
This commit is contained in:
parent
4fe9745817
commit
50da9bc8fd
6 changed files with 6 additions and 4 deletions
|
@ -1,2 +1,3 @@
|
||||||
title = "Open Sea"
|
title = "Open Sea"
|
||||||
description = "Takumi Tsuruta's home page"
|
description = "Takumi Tsuruta's home page"
|
||||||
|
baseUrl = 'https://zztkm.github.io/vss/'
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>@title</title>
|
<title>@title</title>
|
||||||
|
<base href="@baseUrl">
|
||||||
<meta name="description" content="@description" />
|
<meta name="description" content="@description" />
|
||||||
</head>
|
</head>
|
||||||
|
|
0
example/static/css/main.css
Normal file
0
example/static/css/main.css
Normal file
0
example/static/js/main.js
Normal file
0
example/static/js/main.js
Normal file
Loading…
Add table
Reference in a new issue