Skip to content

Commit 8e96d16

Browse files
committed
Undone addition of icon in templation extending section
1 parent 0f3bb41 commit 8e96d16

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

en/template_extending/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ Then in `base.html`, replace your whole `<body>` (everything between `<body>` an
6464
<body>
6565
<div class="page-header">
6666
<div class="container">
67-
<a href="{% url 'post_new' %}" class="top-menu">
68-
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-file-earmark-plus" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M4 0h5.5v1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h1V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path d="M9.5 3V0L14 4.5h-3A1.5 1.5 0 0 1 9.5 3z"/><path fill-rule="evenodd" d="M8 6.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 .5-.5z"/></svg>
69-
</a>
7067
<h1><a href="/">Django Girls Blog</a></h1>
7168
</div>
7269
</div>

0 commit comments

Comments
 (0)