diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-07-24 19:54:45 +0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-07-24 19:54:45 +0800 |
commit | 4151a170e991fa73b8b52111bf88508a99c57da1 (patch) | |
tree | 77d70d9ca5176c7654695bc211562ff514a4d5c9 /source/pub/index.md | |
parent | a6ef3857971f57d1a4a2e3fedf505e11547187b2 (diff) | |
download | my_new_personal_website-4151a170e991fa73b8b52111bf88508a99c57da1.tar.xz my_new_personal_website-4151a170e991fa73b8b52111bf88508a99c57da1.zip |
Move CSS specific to index.html and pub/index.html...
from theme.css into their respective Markdown source files, now that we
support per-page custom CSS.
Diffstat (limited to '')
-rw-r--r-- | source/pub/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/pub/index.md b/source/pub/index.md index aed6ab42..eb4a24a9 100644 --- a/source/pub/index.md +++ b/source/pub/index.md @@ -1,5 +1,11 @@ --- title: "Publications" +custom-css: " + .hidden-link { + color: inherit; + cursor: text; + text-decoration: none; + }" --- No content <a class="hidden-link" href="autobiography-up-to-college.html">at</a> <a class="hidden-link" href="15-18.html">the</a> <a class="hidden-link" href="random-thoughts.html">moment</a>. |