diff options
| author | jake <jake@weareshellshock.com> | 2017-01-29 17:33:02 -0500 |
|---|---|---|
| committer | jake <jake@weareshellshock.com> | 2017-01-29 17:33:02 -0500 |
| commit | 0bd3046614241f7f7b7b2f329c6e06d9f5713ac1 (patch) | |
| tree | cc439742ebfd5e5976f54a68f687e79b01bd8f5c /template/profile.st | |
| parent | 249c70f9c44a81d5df54ff6e937599c27129930e (diff) | |
replace all hardcoded urls in templates folder
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/profile.st b/template/profile.st index 19f7086..20aad71 100755 --- a/template/profile.st +++ b/template/profile.st @@ -5,7 +5,7 @@ <meta property="og:title" content="$nick$'s dump.fm"/> <meta property="og:site_name" content="dump.fm"/> <meta property="og:type" content="website" /> - <meta property="og:url" content="http://dump.fm/$nick$"/> + <meta property="og:url" content="http://hump.fm/$nick$"/> <meta property="og:description" content=""/> <meta property="fb:admins" content="34601449,100001923956223" /> <meta property="fb:app_id" content="119457341519154" /> @@ -109,7 +109,7 @@ jQuery(document).ready(function() { </div> <div id="likebutton"> <!-- - <iframe src="http://www.facebook.com/widgets/like.php?href=http://dump.fm/$nick$" + <iframe src="http://www.facebook.com/widgets/like.php?href=http://hump.fm/$nick$" scrolling="no" frameborder="0" style="border:none; width:500px; height:26px"></iframe> --> |
