Skip to content

Commit

Permalink
Adding the version number to the layout page
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Feb 2, 2024
1 parent e27d9d2 commit f6132f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/RandomQuotes.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@

<footer class="border-top footer text-muted">
<div class="container">
&copy; @DateTime.Now.Year - RandomQuotes - RandomQuotes Phrase: @Environment.GetEnvironmentVariable("RANDOM_SECRET_PHRASE")
&copy; @DateTime.Now.Year - RandomQuotes <br />
Version: @Environment.GetEnvironmentVariable("RANDOM_VERSION_NUMBER") <br />
RandomQuotes Phrase: @Environment.GetEnvironmentVariable("RANDOM_SECRET_PHRASE")
</div>
</footer>
<script src="~/lib/jquery/dist/jquery.min.js"></script>
Expand Down

0 comments on commit f6132f6

Please sign in to comment.