{{- site.data.locales[include.lang].panel.lastmod -}}
- -
+
- +
- {{ post.title }} {% endfor %} diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 593076c..a50eca4 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -255,16 +255,6 @@ i { } #access-lastmod { - li { - height: 1.8rem; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - list-style: none; - } - a { &:hover { @extend %link-hover;
-
{% for item in update_list %}
{% assign index = item | split: '::' | last | plus: 0 %}
{% assign post = site.posts[index] %}
{% assign url = post.url | relative_url %}
-