Skip to content

Commit

Permalink
Open template link in same browser tab (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Apr 12, 2024
1 parent 45a62df commit 390b9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_partials/template-listing.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<% for (const item of items) { %>
```{=html}
<div class="g-col-md-4 g-col-sm-6 g-col-12 component-list-column">
<a class="component-list-header-text" href="<%= item.path %>/" target="_blank">
<a class="component-list-header-text" href="<%= item.path %>/">
<div class="component-list-header">
<div class="h5"><%= item.title %></div>
<div class="component-list-icon">
Expand Down

0 comments on commit 390b9d6

Please sign in to comment.