update about page
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 458 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 20 KiB |
|
@ -208,6 +208,7 @@
|
||||||
background-color: rgba(63, 63, 63, 0.6);
|
background-color: rgba(63, 63, 63, 0.6);
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 2rem 1rem;
|
padding: 2rem 1rem;
|
||||||
|
margin-left: 0;
|
||||||
>li {
|
>li {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
ul.archives-field
|
ul.archives-field
|
||||||
.search-wrapper
|
.search-wrapper
|
||||||
= form_with url: archives_path, method: 'GET' do |f|
|
= form_with url: archives_path, method: 'GET' do |f|
|
||||||
= f.search_field :q, value: @q, placeholder: t('archive.search'), autofocus: @q.blank?
|
= f.search_field :q, value: @q, placeholder: t('archive.search')
|
||||||
- @posts.each do |post|
|
- @posts.each do |post|
|
||||||
li
|
li
|
||||||
= link_to blog_path(post), class: 'blog-title' do
|
= link_to blog_path(post), class: 'blog-title' do
|
||||||
|
|
|
@ -182,8 +182,8 @@
|
||||||
| 豆
|
| 豆
|
||||||
| Douban
|
| Douban
|
||||||
p.modified-at
|
p.modified-at
|
||||||
| 本页更新于 2018.11.22
|
| 本页更新于 2019.03.29
|
||||||
.footer
|
.footer
|
||||||
.row
|
.row
|
||||||
.small-12.columns
|
.small-12.columns
|
||||||
div Copyright © 2012 - 2018 yafeilee.me
|
div Copyright © 2012 - 2019 yafeilee.me
|
||||||
|
|