Add version to footer

This commit is contained in:
Frank A. Krueger 2018-04-15 18:22:06 -07:00
parent a961f5379e
commit c401f4e4a4
No known key found for this signature in database
GPG Key ID: 0471C67474FFE664
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
@RenderBody()
<hr />
<footer>
<p>Ooui @(typeof(Ooui.Element).Assembly.GetName().Version)</p>
<p>&copy; 2017 - @DateTime.UtcNow.Year Frank A. Krueger</p>
@{ var e = new Ooui.Anchor ("https://github.com/praeclarum/Ooui", "π"); }
<ooui element="e" />