Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0c80ff632d | ||
|
82f1b0f10c |
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
|
||||
</head>
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "jekyll-theme-hacker"
|
||||
s.version = "0.0.2"
|
||||
s.version = "0.0.3"
|
||||
s.license = "CC0-1.0"
|
||||
s.authors = ["Jason Costello", "GitHub, Inc."]
|
||||
s.email = ["opensource+jekyll-theme-hacker@github.com"]
|
||||
|
Reference in New Issue
Block a user