resume-a4/layouts
Adam Tao 3067775c1f fix(home): Change to use RelPermalink
Permalink will generate a absolute link like
https://localhost:1313/css/main.min.css, which will make the browser
cannot find the file if you browse your resume in another machine
insteal of the one running `hugo server`.  Changing to use RelPermalink
will fix it, which will generate a relative link like /css/main.min.css.

Signed-off-by: Adam Tao <tcx4c70@gmail.com>
2022-02-13 20:29:02 +08:00
..
partials Don't add empty line to education if there is no 'more' 2022-02-12 17:08:22 +00:00
home.html fix(home): Change to use RelPermalink 2022-02-13 20:29:02 +08:00