update example

This commit is contained in:
zztkm 2022-11-02 14:00:43 +09:00
parent bd2e1428a8
commit 26d066089a
2 changed files with 2 additions and 2 deletions

View file

@ -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"]

View file

@ -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>