diff options
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/profile.st b/template/profile.st index 4aa1f63..8d8a019 100644 --- a/template/profile.st +++ b/template/profile.st @@ -80,7 +80,7 @@ <div id="dashpix"> <a href="http://dump.fm/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> <div id="mostrecentdumps"> - $imgs: { img | <img src="$img$"></img> }$ + $imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$ </div> <div id="likebutton"> <iframe src="http://www.facebook.com/widgets/like.php?href=http://dump.fm/$nick$" |
