Skip to content

Commit

Permalink
fixing social media card for fasten-connect.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed May 25, 2024
1 parent ec49207 commit 3d218ca
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 24 deletions.
24 changes: 24 additions & 0 deletions _includes/social_meta.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<link rel="canonical" href="https://www.fastenhealth.com" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fasten Health - Your Journey, Your Records, Your Control</title>

<!-- Meta SEO -->
<meta name="title" content="Fasten Health - Your Journey, Your Records, Your Control">
<meta name="description" content="Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics.">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Fasten Health">

<!-- Social media share -->
<meta property="og:title" content="Fasten Health - Your Journey, Your Records, Your Control">
<meta property="og:site_name" content="Fasten Health">
<meta property="og:url" content="https://www.fastenhealth.com">
<meta property="og:description" content="Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics.">
<meta property="og:type" content="">
<meta property="og:image" content="https://docs.fastenhealth.com/img/banner/banner.png">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@fastenhealth" />
<meta name="twitter:creator" content="@fastenhealth" />
24 changes: 24 additions & 0 deletions _includes/social_meta_connect.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<link rel="canonical" href="https://www.fastenhealth.com/connect" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fasten Connect - A Unified Medical Record API</title>

<!-- Meta SEO -->
<meta name="title" content="Fasten Connect - A Unified Medical Record API">
<meta name="description" content="Fasten Connect allows Patients to share their medical records with trusted third-parties, with only a couple of lines of code.">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Fasten Health">

<!-- Social media share -->
<meta property="og:title" content="Fasten Connect - A Unified Medical Record API">
<meta property="og:site_name" content="Fasten Health">
<meta property="og:url" content="https://www.fastenhealth.com/connect">
<meta property="og:description" content="Fasten Connect allows Patients to share their medical records with trusted third-parties, with only a couple of lines of code.">
<meta property="og:type" content="">
<meta property="og:image" content="https://raw.githubusercontent.com/fastenhealth/brand-kit/main/connect/banner.png">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@fastenhealth" />
<meta name="twitter:creator" content="@fastenhealth" />
25 changes: 1 addition & 24 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -12,30 +11,8 @@
gtag('config', 'G-719M4E8HV3');
</script>

<link rel="canonical" href="https://www.fastenhealth.com" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fasten Health - Your Journey, Your Records, Your Control</title>

<!-- Meta SEO -->
<meta name="title" content="Fasten Health - Your Journey, Your Records, Your Control">
<meta name="description" content="Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics.">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Fasten Health">
{%- include {{page.social_meta | default: "social_meta.html"}} -%}

<!-- Social media share -->
<meta property="og:title" content="Fasten Health - Your Journey, Your Records, Your Control">
<meta property="og:site_name" content="Fasten Health">
<meta property="og:url" content="https://www.fastenhealth.com">
<meta property="og:description" content="Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics.">
<meta property="og:type" content="">
<meta property="og:image" content="https://docs.fastenhealth.com/img/banner/banner.png">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@fastenhealth" />
<meta name="twitter:creator" content="@fastenhealth" />

<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
Expand Down
1 change: 1 addition & 0 deletions connect/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: default
social_meta: "social_meta_connect.html"
---


Expand Down

0 comments on commit 3d218ca

Please sign in to comment.