Skip to content

Commit

Permalink
fix: add meta tags and image for social preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb-hippo committed Nov 1, 2024
1 parent f0ce2a6 commit 33a7fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Childrens-Social-Care-CPD/Views/Shared/_SiteLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<head>
<title>@ViewBag.ContextModel.Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta property="og:image" content="https://www.support-for-social-workers.education.gov.uk/assets/images/Title-card-with-site-image-png8.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<link href="~/css/application.min.css" rel="stylesheet" />
@if (_cookieHelper.GetRequestAnalyticsCookieState(Context) == AnalyticsConsentState.Accepted)
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33a7fc0

Please sign in to comment.