Skip to content

Commit caf9871

Browse files
authored
Merge pull request #181 from rakaar/minor-fix
Changed blog link
2 parents eb9e30d + 818dfe2 commit caf9871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function header(location)
2929
'<a class="item" href="../'.concat(home_loc,'">Home</a><a class="item" href="../',team_loc,'">About Us</a><a class="item" href="../',events_loc,'">Events</a><a class="item" href="../',projects_loc,'">Projects</a><a class="active item" href="../',contact_loc,'">Contact Us</a>');}
3030
else if (location==="home inv right"){
3131
string=
32-
/*'<a class="ui inverted button" href="./'.concat(terminal_loc,'">Terminal</a>&nbsp&nbsp&nbsp*/'<a class="ui inverted button" target="_blank" href="https://blog.kossiitkgp.org">Blog</a>'/*)*/;}
32+
/*'<a class="ui inverted button" href="./'.concat(terminal_loc,'">Terminal</a>&nbsp&nbsp&nbsp*/'<a class="ui inverted button" target="_blank" href="https://beta.kossiitkgp.org/blog/">Blog</a>'/*)*/;}
3333
else if (location==="home right"){
3434
string=
3535
/*'<a class="ui button" href="./'.concat(terminal_loc,'">Terminal</a>&nbsp&nbsp&nbsp*/'<a class="ui button" target="_blank" href="https://blog.kossiitkgp.org">Blog</a>'/*)*/;}

0 commit comments

Comments
 (0)