mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-04-28 17:40:22 +00:00
update socials section
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
var table = require('../');
|
||||
var t = table([
|
||||
[ 'master', '0123456789abcdef' ],
|
||||
[ 'staging', 'fedcba9876543210' ]
|
||||
]);
|
||||
console.log(t);
|
||||
Reference in New Issue
Block a user