diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-03-03 23:42:08 +0800 | 
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-03-03 23:42:08 +0800 | 
| commit | e3f6bca10ecdc937c18aed680ae5bf653ce814ca (patch) | |
| tree | ee1eaee54385a9220588c5fa7e61fd32b9e98a50 /www | |
| parent | 90084c0220e7e5da7868109a1e6c944dea0e3726 (diff) | |
| download | crupest-e3f6bca10ecdc937c18aed680ae5bf653ce814ca.tar.gz crupest-e3f6bca10ecdc937c18aed680ae5bf653ce814ca.tar.bz2 crupest-e3f6bca10ecdc937c18aed680ae5bf653ce814ca.zip  | |
fix(www): remove redundant title.
Diffstat (limited to 'www')
| -rw-r--r-- | www/layouts/partials/nav.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/www/layouts/partials/nav.html b/www/layouts/partials/nav.html index 4ecf622..42c9ad1 100644 --- a/www/layouts/partials/nav.html +++ b/www/layouts/partials/nav.html @@ -2,5 +2,5 @@    {{ range .Ancestors.Reverse }}      <a class="mono-link" href="{{ .RelPermalink }}">{{ lower .Title }}</a> >    {{ end }} -  this: {{.Title}} +  this  </nav>  | 
