diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-01-10 01:50:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-01-10 01:50:37 +0900 |
| commit | dae1b45d1f3bc805161606ca5815dac210358db7 (patch) | |
| tree | d7e1bbdb5e6bdc7d94a4b05393479d2b216249b5 /lib/command.rb | |
| parent | 302cb5323cb28a04a005be2d382b6349c6fde302 (diff) | |
| download | blog.nsfisis.dev-dae1b45d1f3bc805161606ca5815dac210358db7.tar.gz blog.nsfisis.dev-dae1b45d1f3bc805161606ca5815dac210358db7.tar.zst blog.nsfisis.dev-dae1b45d1f3bc805161606ca5815dac210358db7.zip | |
new post: phperkaigi-2023-unused-token-quiz-3
Diffstat (limited to 'lib/command.rb')
| -rw-r--r-- | lib/command.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/command.rb b/lib/command.rb index dc2561a..3a47669 100644 --- a/lib/command.rb +++ b/lib/command.rb @@ -155,11 +155,11 @@ module NulDoc when 'site-name'; @config[:site_name] when 'lang'; 'ja-JP' # TODO when 'copyright-year'; @config[:site_copyright_year] - when 'description'; '記事一覧' + when 'description'; '投稿した記事の一覧' else raise "Unknown attr: #{name}" end end - def title; 'Posts'; end + def title; '投稿一覧'; end def posts; @posts; end end).new(@config, posts.reverse, stylesheets) ) |
