Skip to content

Commit

Permalink
adds app info meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwii1981 committed Dec 12, 2024
1 parent 25fecd5 commit 1101fc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<html class="html html-background--light-mode html-background--dark-mode" xmlns="http://www.w3.org/1999/xhtml" lang="en" data-theme="light">
<head>
<!-- META -->
<!-- app info -->
<meta name="app-version" content="1.0.0">
<meta name="release-date" content="2024-12-11">
<meta name="release-description" content="Initial release - no project content, initial design, minimal functionality.">

<!-- the view -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<!-- TODO <meta name="theme-color" content="#151524" media="(prefers-color-scheme: light)"> -->
Expand Down

0 comments on commit 1101fc2

Please sign in to comment.