File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
assets/posts/2025-06-07-行路难 Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% capture image_path %}{{ page.date | date: "%Y-%m-%d" }}-{{ page.title }}/{{ include.name }}{% endcapture %}
2
+ < img src ="{{ image_path | prepend: '/assets/posts/' | absolute_url }} " {% if include.alt %} alt ="{{ include.alt }} " {% endif %} {% if include.width %} width ="{{ include.width }} " {% endif %} class ="post "/>
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ lang: zh-cn
17
17
18
18
签证官当场拒绝他的时候,并没有使用“Refuse”这个词,就像Z后来二签填写拒签原因时,也没有用这个词一样。那天中午,签证官只是平静地重复了两遍:“对不起,我今天不能批准你的签证申请。”话里却听不出一丝歉意。离开窗口,Z坐在等候区整理文件,却怎么也找不到就拿在手里的护照。Z慌了。局势远比预想更糟,如意算盘落空,计划彻底乱套,临行前的万全准备顷刻作废。他可能回不去了。这天,是他回国的第二天。
19
19
20
+ {%- include utils/post-image.html name="boat.jpg" alt="A small fishing boat in Victoria Harbor." -%}
21
+
20
22
Z像断线的木偶,拖着沉重的身躯,强迫自己继续当游客。他沿着英皇道,从北角走到铜锣湾,又原路返回。终于,他在东岸公园坐下了。十一月底的南国依旧温暖,虽是霪雨霏霏、连月不开,却并无阴风怒号、浊浪排空。海面空无一物,寂静得连风声都没有。忽然,漂来一叶之扁舟,船上有两人,船尾的人正撑着长篙,船头的人静静坐着。小船背后就是密集的高楼,耸入云霄。寄蜉蝣于天地,渺沧海之一粟,一种强烈的反差感袭来。Z就好像这艘小船上的人,他或许能决定这船往哪儿划,但却改变不了这港被一点一点填满。
21
23
22
24
Z在十一月下旬动身,几乎没人支持他的决定。周四的会议上,同事们轮流劝他:“现在走只会对你不利,等一月绩效评完,赶上春节,回去不是正好?”晚上做复健时,朋友也发来消息,说权衡再三,还是不愿冒险。Z不为所动。他认定这是最后的窗口,一旦换届变天,恐怕就更回不来了。他一心只想离开,越快越好,一切安排都很仓促。律所转寄来的I-797,直到临行前一周才到。
Original file line number Diff line number Diff line change 128
128
float : left
129
129
}
130
130
131
+ img .post {
132
+ max-width : 100% ;
133
+ }
134
+
131
135
h2 {
132
136
font-size : $h2size ;
133
137
}
You can’t perform that action at this time.
0 commit comments