LoveIt icon indicating copy to clipboard operation
LoveIt copied to clipboard

[BUG] tag name start with dot char failed to create page

Open dxball opened this issue 5 years ago • 2 comments

Describe the bug 描述你遇到的错误

tag name or category name starts with . like .NET, did not create a correct tags page

Expected behavior 期待的行为

should create the tags page

Screenshots 屏幕截图

tag name .NET image

link to 404 image

Build Environment 构建环境

  • OS: Win 10
  • Theme version/commit 40c27dc21d839ce43b85e78844902ca79946389e
  • Hugo version 0.70.0 (extended)

Preview Environment 预览环境

  • OS: Win10
  • Browser Chrome, Brave

Additional Information 补充信息

test posts

---
title: "test"
draft: false
tags: [".NET"]
categories: [".NET"]
---
# Title

some text

## Sub Title

another text

dxball avatar Jul 09 '20 06:07 dxball

I'm having the same issue, any update or luck solving this?

mwolfaardt avatar Oct 22 '20 19:10 mwolfaardt

As far as i know there are no site using .(dot) or another symbol with the tags name.

khusika avatar Nov 19 '20 07:11 khusika