Skip to content

Commit

Permalink
Add icon to note page
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato committed Dec 9, 2017
1 parent 6acec3e commit 0bc2b3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notto/nottoapp/templates/note.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -7,6 +8,8 @@
<title>{{note_url}} - notto.io</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/quill/1.3.4/quill.snow.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="{% static 'favicon.png' %}">
<link rel="icon" href="{% static 'favicon.ico' %}">
<meta charset="utf-8">
<style>
body {
Expand Down

0 comments on commit 0bc2b3a

Please sign in to comment.