Skip to content

Commit

Permalink
make it better
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozeliangtest committed May 2, 2020
1 parent 1821c58 commit 08449b9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions templates/resume/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,19 +282,20 @@ <h2 class="layui-colla-title">Others</h2>
</div>






{% block script %}
<script src="{% static 'layui/layui.js' %}"></script>
<script src="https://kit.fontawesome.com/bc53a4b4cc.js" crossorigin="anonymous"></script>
{% endblock script %}



<script>
layui.use(['element', 'layer'], function(){
var element = layui.element;
var layer = layui.layer;
});
</script>
{% endblock script %}



Expand Down

0 comments on commit 08449b9

Please sign in to comment.