Skip to content

Commit

Permalink
Add date to generated page
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 2, 2023
1 parent 3a3d0bc commit fec9e0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
1 change: 1 addition & 0 deletions MyApp/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name='date' content='@DateTime.UtcNow.ToString("O")'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg" href="/img/logo.svg">
<title>@ViewData["Title"]</title>
Expand Down
63 changes: 0 additions & 63 deletions MyApp/Pages/Shared/_LayoutContent.cshtml

This file was deleted.

0 comments on commit fec9e0e

Please sign in to comment.