diff --git a/chat.md b/chat.md index 892ac63..ae5b5b9 100644 --- a/chat.md +++ b/chat.md @@ -43,3 +43,28 @@ htmlに省略形式でcssを記述します。`tailwind.config.ts`を見てく `@media`を制御する`sm`, `md`などは記述する順序を間違えると動きませんので注意。 +## hugo + +[hugo](https://github.com/gohugoio/hugo)のcommentにも利用できます。 + +```html +{{ if .Param "comment" }} + + + +
+ +
+{{ end }} +``` + +`post.md`に`comment`を追加します。 + +```html ++++ +title = "atprotoのfrontpageを触ってみる" +date = "2024-10-26" +[params] + comment = "3l7lprmoka22r" ++++ +``` \ No newline at end of file