updated
This commit is contained in:
parent
34749ae03e
commit
965d2f6ae4
@ -15,9 +15,11 @@
|
|||||||
</title>
|
</title>
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
|
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/poole.css">
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
|
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/syntax.css">
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/lanyon.css">
|
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/lanyon.css">
|
||||||
|
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/bootstrap.min.css">
|
||||||
|
{{ site.github.project_title | prepend:'/' }}
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
layout: default
|
layout: default
|
||||||
title: Home
|
title: Home
|
||||||
---
|
---
|
||||||
|
<div class="container">
|
||||||
<p> {{ site.html_url }}
|
<p> {{ site.html_url }}
|
||||||
|
|
||||||
{{ followers_url }}
|
{{ followers_url }}
|
||||||
@ -45,3 +45,4 @@ title: Home
|
|||||||
<p>site.tags - {{ site.tags }}</p>
|
<p>site.tags - {{ site.tags }}</p>
|
||||||
|
|
||||||
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
|
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
|
||||||
|
</div>
|
5
public/css/bootstrap.min.css
vendored
Normal file
5
public/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user