diff options
author | uvok cheetah | 2019-06-04 21:38:20 +0200 |
---|---|---|
committer | uvok cheetah | 2019-06-04 21:38:20 +0200 |
commit | 986b3e128cdc0cadaa988e5409d15b1763b502f8 (patch) | |
tree | 3973a7670f1ae6a7168b80b876b808b68277248e /_layouts | |
parent | 37957ce65c8e92ed2853f575d790bc6da99ff1fb (diff) |
Add js, but don't use it, to open all post links in new tab
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 8d39939..0fb067d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -39,3 +39,5 @@ layout: default </article> {% include commentNotice.html %} + +<!-- <script src="/assets/js/extLinks.js"></script> --> |