Skip to content

Commit 987a88b

Browse files
author
--replace-all
committed
Added credits
1 parent ab3bbe6 commit 987a88b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

v2/altBlog.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ class Blog{
127127
this.openEditor();
128128
})
129129

130+
131+
let footer = document.createElement('footer');
132+
footer.innerHTML = `<p style="text-align: center">
133+
Made with <a href="https://github.com/Ctrl-Alt-Tec/altBlog">altBlog</a> + 💙
134+
</p>`
135+
document.body.parentElement.append(footer)
136+
137+
130138
}
131139
async getPosts(src){
132140
let posts = await fetch(src)

0 commit comments

Comments
 (0)