Skip to content

Commit a228b90

Browse files
authored
Update sitemaplinks.html
1 parent f0b3d8a commit a228b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wiki/sitemaplinks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h2>Wiki Posts</h2>
177177
wikis.forEach(wiki => {
178178
const li = document.createElement('li');
179179
li.innerHTML = `
180-
<h3><a href="https://thejsurlback.onrender.com/wiki/${encodeURIComponent(wiki.title)}">${wiki.title}</a></h3>
180+
<h3><a href="https://thejsurlback.onrender.com/wiki/${encodeURIComponent(wiki.title)}?user=${btoa(localStorage.getItem('username'))}">${wiki.title}</a></h3>
181181
`;
182182
wikiList.appendChild(li);
183183
});

0 commit comments

Comments
 (0)