diff --git a/_data/en-US/strings.json b/_data/en-US/strings.json index 3a03b83c..45147e3a 100644 --- a/_data/en-US/strings.json +++ b/_data/en-US/strings.json @@ -3,6 +3,7 @@ "close": "Close", "description": "Wikis for DS-Homebrew projects", "discord-server": "Discord server (English only)", + "need-help": "Need help? Join our Discord server: DS⁽ⁱ⁾ Mode Hacking! (English only)", "published-with": "Published with GitHub Pages, view the source on GitHub.", "select-language": "Select language", "source": "Source", diff --git a/_layouts/wiki.html b/_layouts/wiki.html index b0675dd0..05561801 100644 --- a/_layouts/wiki.html +++ b/_layouts/wiki.html @@ -55,6 +55,9 @@ layout: compress

{{ page.title }}


{% include anchor-headings.html html=content anchorBody="#" anchorClass="header-anchor" %} + diff --git a/assets/css/style.scss b/assets/css/style.scss index 0a9dc90b..c3f1a253 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -410,6 +410,11 @@ a.footnote::after { content: "]"; } +// Alerts +.small-alert { + padding: 0.5rem 1rem; +} + // Fixes for alerts of opposite text direction .alert-dismissible[dir=ltr] { padding-left: 1rem; diff --git a/pages/_en-US/ds-index/index.md b/pages/_en-US/ds-index/index.md index 217d80d9..05969921 100644 --- a/pages/_en-US/ds-index/index.md +++ b/pages/_en-US/ds-index/index.md @@ -7,6 +7,3 @@ description: An explanation of all things DS modding --- Welcome to the Nintendo DS modding resources section. This will attempt to explain most things related to Nintendo DS modding as well as be a basic introduction to the NTR firmware of the Nintendo DS, the TWL firmware of the Nintendo DSi, and TWL_FIRM of the Nintendo 3DS. - -If you need help, ask the [DS(i) Mode Hacking!](https://ds-homebrew.com/discord) Discord server. (English only) -{:.alert .alert-info}