Skip to content
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

articleのタイトルがsplitされてる #41

Open
saki7 opened this issue Nov 5, 2017 · 1 comment
Open

articleのタイトルがsplitされてる #41

saki7 opened this issue Nov 5, 2017 · 1 comment

Comments

@saki7
Copy link
Contributor

saki7 commented Nov 5, 2017

https://cpprefjp.github.io/editors_doc/function_template_page.html

@saki7
Copy link
Contributor Author

saki7 commented Dec 13, 2017

原因分かった

site_generator/run.py

Lines 102 to 103 in 8cc0359

if 'class' in meta:
context['title'] = meta['class'][0] + '::' + context['title']

type がcrsearchでいうところのarticleになるときにこの箇所をバイパスするような条件分岐を入れれば直りそう

俺が上で挙げてる例はスタブだけど、潜在的にはスタブ以外の普通の記事にも影響が出てそう(問題になってないで水面下でバグってるかもしれない)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant