-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
24 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ <h2>Mastodon</h2> | |
<p> | ||
We are at <a href="https://fosstodon.org/@coderefinery">@[email protected]</a> | ||
(<a href="https://coderefinery.org/blog/2022/11/08/mastodon/">joining hints</a>). | ||
On Twitter, we are <a href="https://twitter.com/coderefine">@coderefine</a> (without the -ry). | ||
We are also on <a href="https://bsky.app/profile/coderefinery.or">Bluesky</a>. | ||
</p> | ||
|
||
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts" width="100%" height="600" src="https://www.mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Ffosstodon.org%2Fusers%2Fcoderefinery&theme=auto&size=80&header=true&replies=true&boosts=true"></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{% if page.title %} | ||
<title>CodeRefinery - {{ page.title }}</title> | ||
<meta property="og:title" content="{{ page.title }}" /> | ||
<meta property="og:site_name" content="{{ config.title }}" /> | ||
{% else %} | ||
<title>CodeRefinery</title> | ||
<meta property="og:title" content="{{ config.title }}" /> | ||
{% endif %} | ||
|
||
{% if page.description %} | ||
<meta name="description" content="{{ page.description }}" /> | ||
<meta property="og:description" content="{{ page.description }}" /> | ||
{% else %} | ||
<meta name="description" content="{{ config.description }}" /> | ||
<meta property="og:description" content="{{ config.description }}" /> | ||
{% endif %} |
This file was deleted.
Oops, something went wrong.