Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Hexo で index.html ビットをpage.pathから削除するにはどうすればよいですか?
私のコード:
<link rel="canonical" href="<%= config.url %>/<%= page.path %><% } %>">
レンダリングされた HTML:
<link rel="canonical" href="http://yoursite.com/about/index.html">
前もって感謝します