mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Remove link posts feature
This commit is contained in:
parent
dc8e5e17fa
commit
a24450d9cf
@ -22,15 +22,9 @@
|
||||
</div>
|
||||
|
||||
<div class="post-title">
|
||||
{%- if post.link %}{# Link posts #}
|
||||
{%- set postTitleIcon = '<i class="fa fa-external-link-alt"></i>' %}
|
||||
{%- set postText = post.title or post.link %}
|
||||
{{ next_url(post.link, postText + postTitleIcon, {class: 'post-title-link post-title-link-external', itemprop: 'url'}) }}
|
||||
{% else %}
|
||||
<a class="post-title-link" href="{{ url_for(post.path) }}" itemprop="url">
|
||||
<span itemprop="name">{{ post.title or __('post.untitled') }}</span>
|
||||
</a>
|
||||
{%- endif %}
|
||||
<a class="post-title-link" href="{{ url_for(post.path) }}" itemprop="url">
|
||||
<span itemprop="name">{{ post.title or __('post.untitled') }}</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{{ post_gallery(post.photos) }}
|
||||
|
||||
@ -26,17 +26,7 @@
|
||||
{%- if post.header !== false %}
|
||||
<header class="post-header">
|
||||
<{% if is_index %}h2{% else %}h1{% endif %} class="post-title{% if post.direction and post.direction.toLowerCase() === 'rtl' %} rtl{% endif %}" itemprop="name headline">
|
||||
{# Link posts #}
|
||||
{%- if post.link %}
|
||||
{%- if post.sticky > 0 %}
|
||||
<span class="post-sticky-flag" title="{{ __('post.sticky') }}">
|
||||
<i class="fa fa-thumbtack"></i>
|
||||
</span>
|
||||
{%- endif %}
|
||||
{%- set postTitleIcon = '<i class="fa fa-external-link-alt"></i>' %}
|
||||
{%- set postText = post.title or post.link %}
|
||||
{{- next_url(post.link, postText + postTitleIcon, {class: 'post-title-link post-title-link-external', itemprop: 'url'}) }}
|
||||
{% elif is_index %}
|
||||
{% if is_index %}
|
||||
{%- if post.sticky > 0 %}
|
||||
<span class="post-sticky-flag" title="{{ __('post.sticky') }}">
|
||||
<i class="fa fa-thumbtack"></i>
|
||||
|
||||
@ -89,11 +89,6 @@
|
||||
border-bottom: 0;
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
.fa {
|
||||
font-size: $font-size-small;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
&::before {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user