|
318 | 318 | </#if> |
319 | 319 | <div class="long-book__info"> |
320 | 320 | <div class="long-book__title">${article.articleTitleEmoj}</div> |
321 | | - <div class="long-book__author">${article.articleAuthorName} |
322 | | - <#if article.columnId?? && article.columnId?has_content && article.columnTitle?? && article.columnTitle?has_content> |
323 | | - <span style="display:inline-block;margin-left:6px;padding:0 6px;border-radius:10px;background:#eef4ff;color:#2b5db9;line-height:18px;vertical-align:middle;cursor:pointer;" onclick="event.preventDefault();event.stopPropagation();window.location.href='${servePath}/column/${article.columnId}';">专栏 · ${article.columnTitle}</span> |
324 | | - </#if> |
325 | | - </div> |
| 321 | + <div class="long-book__author">${article.articleAuthorName}</div> |
| 322 | + <#if article.columnId?? && article.columnId?has_content && article.columnTitle?? && article.columnTitle?has_content> |
| 323 | + <div class="long-book__column" title="专栏 · ${article.columnTitle}" onclick="event.preventDefault();event.stopPropagation();window.location.href='${servePath}/column/${article.columnId}';">专栏 · ${article.columnTitle}</div> |
| 324 | + </#if> |
326 | 325 | <#if article.articlePreviewContent?has_content && !coverUrl?has_content> |
327 | 326 | <div class="long-book__summary">${article.articlePreviewContent}</div> |
328 | 327 | </#if> |
|
366 | 365 | </#if> |
367 | 366 | <div class="long-book__info"> |
368 | 367 | <div class="long-book__title">${article.articleTitleEmoj}</div> |
369 | | - <div class="long-book__author">${article.articleAuthorName} |
370 | | - <#if article.columnId?? && article.columnId?has_content && article.columnTitle?? && article.columnTitle?has_content> |
371 | | - <span style="display:inline-block;margin-left:6px;padding:0 6px;border-radius:10px;background:#eef4ff;color:#2b5db9;line-height:18px;vertical-align:middle;cursor:pointer;" onclick="event.preventDefault();event.stopPropagation();window.location.href='${servePath}/column/${article.columnId}';">专栏 · ${article.columnTitle}</span> |
372 | | - </#if> |
373 | | - </div> |
| 368 | + <div class="long-book__author">${article.articleAuthorName}</div> |
| 369 | + <#if article.columnId?? && article.columnId?has_content && article.columnTitle?? && article.columnTitle?has_content> |
| 370 | + <div class="long-book__column" title="专栏 · ${article.columnTitle}" onclick="event.preventDefault();event.stopPropagation();window.location.href='${servePath}/column/${article.columnId}';">专栏 · ${article.columnTitle}</div> |
| 371 | + </#if> |
374 | 372 | <#if article.articlePreviewContent?has_content && !coverUrl?has_content> |
375 | 373 | <div class="long-book__summary">${article.articlePreviewContent}</div> |
376 | 374 | </#if> |
|
0 commit comments