-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add link to identity-internal-handbook * Remove private login * Update tsconfig * Remove additional unused configs Co-authored-by: Andrew Duthie <[email protected]> * Bring back /private and turn it into a redirect - Streamline/cleanup some article redirecting code * Add fox emoji for GitLab repo links --------- Co-authored-by: Andrew Duthie <[email protected]>
- Loading branch information
1 parent
5e102ee
commit 77038bc
Showing
22 changed files
with
91 additions
and
664 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,5 @@ | |
"fragment": "Fragment", | ||
"version": "16.2" | ||
} | ||
}, | ||
"rules": { | ||
"react/jsx-uses-react": "error" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,9 +1,13 @@ | ||
{% comment %} | ||
Includes: | ||
- article: page to link to (or directly to its .redirect_to) | ||
{% endcomment %} | ||
{%- if include.article.redirect_to -%} | ||
{%- if include.redirect_to contains '://' -%} | ||
{{ article.redirect_to }} | ||
{%- if include.article.redirect_to contains '://' -%} | ||
{{ include.article.redirect_to }} | ||
{%- else -%} | ||
{{ article.redirect_to | prepend: site.baseurl }} | ||
{{ include.article.redirect_to | prepend: site.baseurl }} | ||
{%- endif -%} | ||
{%- else -%} | ||
{{ article.url | prepend: site.baseurl }} | ||
{{ include.article.url | prepend: site.baseurl }} | ||
{%- endif -%} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.