Skip to content

Commit

Permalink
update repository url style for detail templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebamus committed Oct 21, 2024
1 parent c72f342 commit 73a94b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/blog/opensource/opensource_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="col-lg-8 m-auto text-center">
<h2 class="title">{{board.title}}</h2>
Repository
<a href="{{board.repository}}"><h4 class="pb-2">{{board.title}}</h4></a>
<a href="{{board.repository}}"><h4 class="pb-2">{{board.repository|urlizetrunc:30}}</h4></a>
<div class="post-info d-flex justify-content-center">
<div>
Use
Expand Down
2 changes: 1 addition & 1 deletion templates/blog/project/project_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="col-lg-8 m-auto text-center">
<h2 class="title">{{board.title}}</h2>
Repository
<a href="{{board.repository}}"><h4 class="pb-2">{{board.title}}</h4></a>
<a href="{{board.repository}}"><h4 class="pb-2">{{board.repository|urlizetrunc:30}}</h4></a>
<div class="post-info d-flex justify-content-center">
<div>
Use
Expand Down

0 comments on commit 73a94b7

Please sign in to comment.