Ice-Hazymoon / hugo-theme-luna

A simple, performance-first, SEO-friendly Hugo theme / 一个轻量,快速,SEO 友好的 Hugo 主题
https://hugo-theme-luna.imiku.me
GNU General Public License v3.0
288 stars 40 forks source link

点击对应文章tag,网页404了。 #54

Closed shixiaocaia closed 1 year ago

shixiaocaia commented 1 year ago

问题:点击对应文章tag,网页404了

是放在upyun存储的,对应的tags无法跳转,请问是什么冲突了吗,部署在GitHub倒是没问题。

以前用的主题也会错误,需要指定tags的目录为tags/多一个/,luna中主题配置文件没有找到相应修改位置,请问可以帮忙看下吗

shixiaocaia commented 1 year ago

已解决,如果有用OSS部署的朋友,可以修改\layouts\partials\article-list\components\info.html文件中href="{{- "/tags/" | relLangURL -}}{{- . | urlize -}}{{- "/" -}}"部分,修复主页标签href跳转错误。