mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 20:25:30 +00:00
feat: add new website design and tech stack
This commit is contained in:
6
src/assets/scripts/modules/source-code-info.js
Normal file
6
src/assets/scripts/modules/source-code-info.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export function sourceCodeInfo() {
|
||||
const sourceCodeInfo =
|
||||
'👋 I see you’re interested in the source code of this site? You can find it here: https://github.com/kogakure/website-11ty-kogakure.de';
|
||||
|
||||
console.info(sourceCodeInfo);
|
||||
}
|
||||
Reference in New Issue
Block a user