Skip to content

Commit

Permalink
fix pdf bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoHu committed Feb 17, 2016
1 parent 98d5cfd commit 3e28315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/pdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
var success = new PDFObject({ url: "/static/file/resumev2.pdf" }).embed();
};
</script>
<a href="/static/file/new_resumev2.pdf">点击查看我的简历</a>
<a href="/static/file/resumev2.pdf">点击查看我的简历</a>
{% endblock %}

0 comments on commit 3e28315

Please sign in to comment.