-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
titleとheadingの違いについて #5
Comments
ping @cdepillabout |
@igrep haskell-jp/blogの構成は https://github.com/arow-oss/blog からコピーしてきたものです。 titleとheadingはどういう風に違うかというと、 titleのほうはページの Servantの記事を例で見ると、
|
なるほど。 <title>$title$ - Haskell-jp</title>
...
<h1>$title$</h1> なので、やっぱり |
@igrep よろしくお願いします! |
@arowM
🤔 記事のmetadataの
title
とheading
って、どういう使い分けをするつもりで分けたのでしょうか?個人的には同じ方が書くのが楽だしいいかなぁと思っております。
主題に複数詰め込みたいのであれば
subHeading
もあるわけですし。。。The text was updated successfully, but these errors were encountered: