Skip to content

Commit

Permalink
Update social media preview images for each page
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbain committed Sep 20, 2023
1 parent 65fc0f8 commit 6ee48a0
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 2 deletions.
Binary file added _assets/images/social/digitalcorps-about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _assets/images/social/digitalcorps-apply1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _assets/images/social/digitalcorps-fellows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _assets/images/social/digitalcorps-process.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _assets/images/social/digitalcorps-projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@
<!-- alternate page image -->
{% if page.social=="apply" %}
<meta property="og:image" content="{{site.url}}{% asset digitalcorps-apply.png @path %}">
{% elsif page.social=="about" %}
<meta property="og:image" content="{{site.url}}{% asset digitalcorps-about.png @path %}">
{% elsif page.social=="opportunity" %}
<meta property="og:image" content="{{site.url}}{% asset digitalcorps-opportunity.png @path %}">
{% elsif page.social=="fellows" %}
<meta property="og:image" content="{{site.url}}{% asset digitalcorps-fellows.png @path %}">
{% elsif page.social=="projects" %}
<meta property="og:image" content="{{site.url}}{% asset digitalcorps-projects.png @path %}">
{% elsif page.social=="process" %}
<meta property="og:image" content="{{site.url}}{% asset digitalcorps-process.png @path %}">
{% else %}
<meta property="og:image" content="{{site.url}}{% asset digitalcorps-social.png @path %}">
{% endif %}
Expand Down
1 change: 1 addition & 0 deletions pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
title: Who We Are
permalink: /about/
social: about
---

<!-- BANNER -->
Expand Down
1 change: 1 addition & 0 deletions pages/blogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: blog-landing
title: Blog
permalink: /blog/
social: blog
pagination:
enabled: true
collection: blogs
Expand Down
1 change: 1 addition & 0 deletions pages/fellows.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: fellow-landing
title: Fellows
permalink: /fellows/
social: fellows
pagination:
enabled: true
collection: fellows
Expand Down
1 change: 1 addition & 0 deletions pages/opportunity.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
title: The Opportunity
permalink: /opportunity/
social: opportunity
---

<!-- BANNER -->
Expand Down
2 changes: 1 addition & 1 deletion pages/process.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Application Process
permalink: /process/
description: "Learn about our application process"
social: apply
social: process
---


Expand Down
2 changes: 1 addition & 1 deletion pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Projects
permalink: /projects/

social: projects
<!-- noindex: true
sitemap: false -->
---
Expand Down

0 comments on commit 6ee48a0

Please sign in to comment.