Skip to content

Commit

Permalink
Removed unnecessary revision hash
Browse files Browse the repository at this point in the history
  • Loading branch information
eralpkaraduman committed Oct 10, 2018
1 parent 6c080da commit 837a9af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _layouts/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if (responseJSON.assets && responseJSON.assets.length > 0) {
var latestReleaseUrl = responseJSON.assets[0].browser_download_url;

var directLinkTextNode = document.createTextNode("PDF Version: ");
var directLinkTextNode = document.createTextNode("Latest PDF Version: ");
var directLinkElement = document.createElement("a");
directLinkElement.text = "Click here to download"
directLinkElement.href = latestReleaseUrl;
Expand Down Expand Up @@ -50,9 +50,9 @@
{{ content }}
<p id="footer">
This CV was Generated on {{ site.time | date: "%B %-d %Y" }}<br>
Latest Release:
<a id="latest-version" href="{{site.github.repository_url}}/releases/latest">
{{site.github.repository_url}}/releases/latest
Latest Version:
<a href="https://{{site.github.owner_name}}.github.io/{{site.github.project_title}}">
{{site.github.owner_name}}.github.io/{{site.github.project_title}}
</a><br>
Source: <a href="{{site.github.repository_url}}">{{site.github.repository_url}}</a><br>
Revision: {{ site.github.build_revision }}
Expand Down

0 comments on commit 837a9af

Please sign in to comment.