Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created February 3, 2020 18:31
Show Gist options
  • Save kasunkv/75101977594c7f6bd9171bbd760c6a51 to your computer and use it in GitHub Desktop.
Save kasunkv/75101977594c7f6bd9171bbd760c6a51 to your computer and use it in GitHub Desktop.
Update the Music Store layout file.
<!DOCTYPE html>
<html lang="en">
...
<footer class="border-top footer text-muted">
<div class="container">
Music Store &copy; 2020 - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy Policy</a> | Secret: @Settings.Value.Identity.Secret
</div>
</footer>
...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment