FIX: Arrow in quotes was pointing the wrong way
This commit is contained in:
parent
acc20c87b2
commit
6d06979da6
|
@ -158,7 +158,7 @@ export default class PostCooked {
|
||||||
|
|
||||||
if (asideTopicId) {
|
if (asideTopicId) {
|
||||||
// If it's the same topic as ours, build the URL from the topic object
|
// If it's the same topic as ours, build the URL from the topic object
|
||||||
if (this.topicId === asideTopicId) {
|
if (this.attrs.topicId === asideTopicId) {
|
||||||
navLink = `<a href='${this._urlForPostNumber(postNumber)}' title='${quoteTitle}' class='back'></a>`;
|
navLink = `<a href='${this._urlForPostNumber(postNumber)}' title='${quoteTitle}' class='back'></a>`;
|
||||||
} else {
|
} else {
|
||||||
// Made up slug should be replaced with canonical URL
|
// Made up slug should be replaced with canonical URL
|
||||||
|
|
Loading…
Reference in New Issue