Skip to content

Commit

Permalink
Temp. disabled link injection for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
eralpkaraduman committed Oct 2, 2018
1 parent 7b5c3f8 commit c57e0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ branches:
only:
- gh-pages

#addons:
#apt:
#sources:
# - pov-wkhtmltopdf
#packages:
# - wkhtmltopdf

install:
- "bundle install"
- "gem install pdfkit"
Expand Down
2 changes: 2 additions & 0 deletions _layouts/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link href="media/style.css" type="text/css" rel="stylesheet">
<script>
// Attempts to fetch the latest pdf url, then injects the download link to bottom of the page.
/*
var req = new XMLHttpRequest();
req.onreadystatechange = function() {
if (req.readyState == XMLHttpRequest.DONE) {
Expand All @@ -33,6 +34,7 @@
};
req.open("GET", "https://api.github.com/repos/{{site.github.repository_nwo}}/releases/latest", true);
req.send();
*/
</script>
</head>
<body class="markdown-body">
Expand Down

0 comments on commit c57e0f7

Please sign in to comment.