Skip to content

Commit

Permalink
experimenting with github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 22, 2022
1 parent df96e0e commit 651acd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion _includes/head-custom.html
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<link rel="shortcut icon" type="image/x-icon" href="{{ 'docs/images/favicon/favicon.ico' | relative_url }}" />
<script src="https://use.fontawesome.com/285a5794ed.js"></script>
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<script src="https://use.fontawesome.com/285a5794ed.js"></script>
{% include head-custom.html %}
</head>
<body>
Expand All @@ -26,7 +27,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
<p class="view"><a href="{{ site.docs_uri | default: / | relative_url }}"><i class="fa-duotone fa-books"></i> Documentation</a></p>

{% if site.github.is_project_page %}
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
<p class="view"><a href="{{ site.github.repository_url }}"><i class="fa fa-github" aria-hidden="true"></i> View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
{% endif %}

{% if site.github.is_user_page %}
Expand Down

0 comments on commit 651acd3

Please sign in to comment.