Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
🚧 add social content
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrelacion committed Jun 8, 2022
1 parent e2ddebe commit a3f00b9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repository is the home of the 11ty based version of DC Design Week.

## DC Design Week Committees

* **2021 Committee**: [About Page - Coming Soon](#)
* **2021 Committee**: [About Page](https://2021.dcdesignweek.org/about)
* **2020 Committee**: [About Page](https://2020.dcdesignweek.org/about)
* **2019 Committee**: [About Page](https://2019.dcdesignweek.org/about)
* **2018 Committee**: [About Page](https://2018.dcdesignweek.org/about)
Expand All @@ -25,7 +25,7 @@ This repository is the home of the 11ty based version of DC Design Week.

## Site Archives

* [2021 DC Design Week - Coming Soon](#)
* [2021 DC Design Week](https://2021.dcdesignweek.org)
* [2020 DC Design Week](https://2020.dcdesignweek.org)
* [2019 DC Design Week](https://2019.dcdesignweek.org)
* [2018 DC Design Week](https://2018.dcdesignweek.org)
Expand Down
22 changes: 21 additions & 1 deletion source/_partials/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,33 @@
<title>{{ title }} | 2022 DC Design Week</title>
<meta name="description" content="{{ description }}">
<meta name="theme-color" content="#f6c84c">
<!-- Social -->
<meta property="fb:app_id" content="123456789">
<meta property="og:url" content="https://dcdesignweek.org">
<meta property="og:type" content="website">
<meta property="og:title" content="{{ title }} | 2022 DC Design Week">
<meta property="og:image" content="/static/images/og-image.png">
<meta property="og:image:alt" content="Advertisement of the 2022 DC Design Week website that is happening on October 14-21. There are shaped surrounding the title of the card on a yellow background.">
<meta property="og:description" content="{{ description }}">
<meta property="og:site_name" content="2022 DC Design Week">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@dcdesignweek">
<meta name="twitter:creator" content="@dcdesignweek">
<meta name="twitter:url" content="https://dcdesignweek.org">
<meta name="twitter:title" content="{{ title }} | 2022 DC Design Week">
<meta name="twitter:description" content="{{ description }}">
<meta name="twitter:image" content="/static/images/og-image.png">
<meta name="twitter:image:alt" content="Advertisement of the 2022 DC Design Week website that is happening on October 14-21. There are shaped surrounding the title of the card on a yellow background.">
<!-- capture the CSS content as a Nunjucks variable -->
{% set css %}
{% include "static/styles/app.css" %}
{% endset %}
<!-- feed it through our cssmin filter to minify -->
<style type="text/css">
{{css | safe }}
{{css | cssmin | safe }}
</style>
<!-- Script: Font Awesome -->
<link rel="stylesheet" href="https://use.typekit.net/jvp8qxy.css">
Expand Down
Binary file added source/static/images/og-image.png
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 a3f00b9

Please sign in to comment.