Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMoha943 authored Jun 19, 2024
1 parent 23ce16a commit 2325827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>
{{ listingInfo.Author.Email }}
</fluent-tooltip>
{{~ end; ~}}
<div class="caption1 mb-2" id="publishedByText">Published by <a href="{{listingInfo.Author.Url}}" target="_blank">{{ listingInfo.Author.Name }}</a></div>
<div class="caption1 mb-2" id="publishedByText">Check out my <a href="{{listingInfo.Author.Url}}" target="_blank">discord server</a></div>
{{~ if listingInfo.InfoLink.Url ~}}
<div class="caption1" id="publishedByText">
<a href="{{listingInfo.InfoLink.Url}}" target="_blank">{{ if listingInfo.InfoLink.Text; listingInfo.InfoLink.Text; else; "Lean More"; end; }}</a>
Expand Down Expand Up @@ -217,4 +217,4 @@ <h5 class="m-0 mb-2">Listing URL</h5>
</div>
<script type="module" src="app.js"></script>
</body>
</html>
</html>

0 comments on commit 2325827

Please sign in to comment.