updated
This commit is contained in:
parent
34749ae03e
commit
965d2f6ae4
@ -15,9 +15,11 @@
|
||||
</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/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/poole.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/syntax.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">
|
||||
|
||||
<!-- Icons -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
layout: default
|
||||
title: Home
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
<p> {{ site.html_url }}
|
||||
|
||||
{{ followers_url }}
|
||||
@ -44,4 +44,5 @@ title: Home
|
||||
|
||||
<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…
Reference in New Issue
Block a user