mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
Add modified warning to page footer
This commit is contained in:
parent
a31085c08a
commit
0073461e97
2 changed files with 5 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
@{
|
||||
Layout = "Layouts/BaseLayout";
|
||||
}
|
||||
<p>Welcome to <b>Project Lighthouse</b>.</p>
|
||||
<h1>Welcome to <b>Project Lighthouse</b>.</h1>
|
|
@ -21,5 +21,9 @@
|
|||
</body>
|
||||
<footer>
|
||||
<p>Page generated by @GitVersionHelper.FullVersion</p>
|
||||
@if (GitVersionHelper.IsDirty)
|
||||
{
|
||||
<p>This page was generated using a modified version of Project Lighthouse. Please make sure you are properly disclosing the source code to any users who may be using this instance.</p>
|
||||
}
|
||||
</footer>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue