Skip to content

Commit

Permalink
Merged PR 80: feat: Added WOT badge
Browse files Browse the repository at this point in the history
feat: Added WOT badge
  • Loading branch information
saigkill committed Sep 30, 2024
2 parents d1cc2af + 8e04be7 commit 4c7d053
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Moonglade.Web/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@
{
<script type="text/javascript" src="@shareThis" async="async"></script>
}

@if (BlogConfig.GeneralSettings.WorldOfTrustVerificationCode != null)
{
<!-- Kopieren Sie diesen Code und fügen Sie ihn in Ihre Website ein -->
<script async src='https://static.mywot.com/website_owners_badges/websiteOwnersBadge.js'></script>
}
</head>
<body class="@ViewBag.BodyClass">
@if (BlogConfig.ContentSettings.ShowCalloutSection)
Expand Down

0 comments on commit 4c7d053

Please sign in to comment.