diff --git a/_config/shortcodes/link.js b/_config/shortcodes/link.js
index 68d8682..589e66f 100644
--- a/_config/shortcodes/link.js
+++ b/_config/shortcodes/link.js
@@ -1,3 +1,3 @@
-export default (content, url, target = "_blank", attr = "") => {
- return `${content}`
+export default (content, url, target = "_blank", attr = "", title = "") => {
+ return `${content}`
}
\ No newline at end of file