aboutsummaryrefslogtreecommitdiff
path: root/views/blob.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/blob.html')
-rw-r--r--views/blob.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/blob.html b/views/blob.html
index f744cd9..1849260 100644
--- a/views/blob.html
+++ b/views/blob.html
@@ -40,7 +40,7 @@
</h3>
% if can_embed_image(repo, fname.unicode):
-{{!embed_image_blob(repo, dirname.raw, fname.raw)}}
+{{!embed_image_blob(fname.raw, blob.raw_content)}}
% elif can_markdown(repo, fname.unicode):
{{!markdown_blob(blob.utf8_content)}}
% elif can_colorize(blob.utf8_content):