Skip to content

Commit c1ea60f

Browse files
committed
Version bump
1 parent b4102ff commit c1ea60f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/LinkDotNet.Blog.Web/Shared/AccessControl.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<li><h6 class="dropdown-header">Others</h6></li>
1717
<li><a class="dropdown-item" href="Sitemap">Sitemap</a></li>
1818
<li><hr class="dropdown-divider"></li>
19-
<li><a class="dropdown-item" target="_blank" href="https://github.com/linkdotnet/Blog/releases">Version 2.9.1</a></li>
19+
<li><a class="dropdown-item" target="_blank" href="https://github.com/linkdotnet/Blog/releases">Version 2.10</a></li>
2020
</ul>
2121
</li>
2222
<li class="nav-item"><a class="nav-link" href="logout">Log out</a></li>

src/LinkDotNet.Blog.Web/appsettings.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@
2929
"Heading": "Software Engineer",
3030
"ProfilePictureUrl": "assets/profile-picture.webp"
3131
},
32-
"Giscus": {
33-
"Repository": "",
34-
"RepositoryId": "",
35-
"Category": "",
36-
"CategoryId": ""
37-
},
3832
"Disqus": {
39-
"Shortname": "debug-blog-test"
33+
"Shortname": ""
4034
}
4135
}

0 commit comments

Comments
 (0)