Skip to content

Commit

Permalink
Automatically update the update time on /about/
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Oct 28, 2024
1 parent cecb04f commit b8c2f57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
"lume": "export TZ='Asia/Tokyo' && echo \"import 'lume/cli.ts'\" | deno run -A -",
"build": "deno task lume",
"serve": "deno task lume -s",
"cms": "deno task lume cms"
Expand Down
6 changes: 3 additions & 3 deletions src/about.vto
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: layouts/base.vto
title: JCP Site BIO PAGE
title: コグレー珠里のバイオグラフィー
date: Git Last Modified
description: "Top page of the site, showing a list of works with a link to a bio page."
description: "特長、目標、特技、利用しているツールなど記載しているコグレー珠里のバイオグラフィーページ"
priority: 0.9
---
<!-- ===== START LAYOUT: ABOUT ===== -->
Expand Down Expand Up @@ -51,7 +51,7 @@ priority: 0.9
得意種目は平泳ぎで、横浜市の水泳大会に出場した経験があります。持久力には自信があります!</span>


<p class="i black-50">更新: 2024年09月27日</p>
<p class="f6 i black-50"><time timestamp="{{ date |> date("DATETIME") }}">更新: {{ date |> date("HUMAN_DATETIME", ja) }}</time></p>
</div>
<section class="fl w-100">
<div class="fl w-100 w-50-m w-25-l pa3-m pa4-l">
Expand Down

0 comments on commit b8c2f57

Please sign in to comment.