Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0c80ff632d | ||
|
82f1b0f10c | ||
|
8f614ade83 | ||
|
2474f2247a |
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<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>
|
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "jekyll-theme-hacker"
|
s.name = "jekyll-theme-hacker"
|
||||||
s.version = "0.0.1"
|
s.version = "0.0.3"
|
||||||
|
s.license = "CC0-1.0"
|
||||||
s.authors = ["Jason Costello", "GitHub, Inc."]
|
s.authors = ["Jason Costello", "GitHub, Inc."]
|
||||||
s.email = ["opensource+jekyll-theme-hacker@github.com"]
|
s.email = ["opensource+jekyll-theme-hacker@github.com"]
|
||||||
s.homepage = "https://github.com/pages-themes/hacker"
|
s.homepage = "https://github.com/pages-themes/hacker"
|
||||||
|
Reference in New Issue
Block a user