Skip to content

Commit

Permalink
Small updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Galloway committed Jul 31, 2024
1 parent f54a413 commit 1a94ea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Mostlylucid/Views/Blog/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@model List<Mostlylucid.Models.Blog.PostListModel>

@{
ViewBag.Title = "title";
ViewBag.Title = "Blog Posts";
Layout = "_Layout";
}

Expand Down
8 changes: 4 additions & 4 deletions Mostlylucid/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
name="viewport"
/>

<title>Homepage | Atlas Template</title>
<title>Homepage</title>

<meta property="og:title" content="Homepage | Atlas Template" />
<meta property="og:title" content="Homepage" />

<meta property="og:locale" content="en_US" />



<meta
name="description"
content="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
content="Scott Galloway is a lead developer and software engineer with a passion for building web applications."
/>

<link rel="icon" type="image/png" href="img/favicon.png" />

<meta property="og:site_name" content="Atlas Template" />
<meta property="og:site_name" content="Homepage" />

<meta property="og:image" content="img/social.jpg" />

Expand Down

0 comments on commit 1a94ea8

Please sign in to comment.