Skip to content

Commit

Permalink
Merge pull request #553 from DFE-Digital/fix-social-preview-3
Browse files Browse the repository at this point in the history
Fix social preview 3
  • Loading branch information
mattb-hippo authored Nov 4, 2024
2 parents c6d0c44 + 6765631 commit ce64432
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Childrens-Social-Care-CPD/Views/Shared/_SiteLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<title>@ViewBag.ContextModel.Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="title" property="og:title" content="Support for social workers" />
<meta name="image" property="og:image" content="https://www.support-for-social-workers.education.gov.uk/assets/images/Title-card-with-site-image-png8.png" />
<meta name="image" property="og:image" content="https://www.support-for-social-workers.education.gov.uk/assets/images/Title-card-png8.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Support for social workers" />
<meta name="twitter:image" content="https://www.support-for-social-workers.education.gov.uk/assets/images/Title-card-with-site-image-png8.png" />
<meta name="twitter:image" content="https://www.support-for-social-workers.education.gov.uk/assets/images/Title-card-png8.png" />
<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.
Binary file not shown.

0 comments on commit ce64432

Please sign in to comment.