Browse Source

Replace top-left "w" button on post meta page

This was still a relic of Write.as. Now it has the same icon as the
WriteFreely editor.
tags/v0.10.0
Matt Baer 4 years ago
parent
commit
554995916e
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      templates/edit-meta.tmpl

+ 1
- 2
templates/edit-meta.tmpl View File

@@ -38,8 +38,7 @@
<header id="tools">
<div id="clip">
<h1>{{if .User}}<a href="/me/posts/" style="font-weight:normal"><span style="font-size:1.2em;font-weight:bold;margin-right:0.5em">w</span></a>{{else}}<a href="/">w<span class="if-room">rite.as</span></a>{{end}}
</h1>
<h1><a href="/me/c/" title="View blogs"><img class="ic-24dp" src="/img/ic_blogs_dark@2x.png" /></a></h1>
<nav id="target" class=""><ul>
<li>{{if .EditCollection}}<a href="{{.EditCollection.CanonicalURL}}">{{.EditCollection.Title}}</a>{{else}}<a>Anonymous</a>{{end}}</li>
</ul></nav>


Loading…
Cancel
Save