Skip to content

Commit

Permalink
Merge branch 'main' into add_cms_digital_service_story
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbain authored Oct 19, 2023
2 parents 8927518 + e3f0990 commit 0f562a3
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 5 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 modified _assets/images/social/digitalcorps-apply.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-faq.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.
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
Follow us
</p>
<a class="usa-social-link usa-social-link--linkedin"
href="https://www.linkedin.com/{{site.social.linkedin}}">
href="https://www.linkedin.com/{{site.social.linkedin}}" aria-label="LinkedIn icon.">

</a>
<a class="usa-social-link usa-social-link--twitter" href="https://twitter.com/{{site.social.twitter}}">
<a class="usa-social-link usa-social-link--twitter" href="https://twitter.com/{{site.social.twitter}}" aria-label="Twitter icon.">

</a>
<!-- <a class="usa-social-link usa-social-link--facebook"
Expand Down
12 changes: 12 additions & 0 deletions _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@
<!-- 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 %}">
{% elsif page.social=="faq" %}
<meta property="og:image" content="{{site.url}}{% asset digitalcorps-faq.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
2 changes: 1 addition & 1 deletion pages/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Frequently Asked Questions
permalink: /faq/
description: "FAQ for Candidates"
social: apply
social: faq
---

<!-- BANNER -->
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 0f562a3

Please sign in to comment.