mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
New Icon Font for Hugo
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<link href="/static/css/bootstrap.min.css" rel="stylesheet"/>
|
||||
<link href="/static/css/styles.css" rel="stylesheet"/>
|
||||
<link href="/static/css/hugoicon.css" rel="stylesheet"/>
|
||||
<link href="/static/css/hugofont.css" rel="stylesheet"/>
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="/"><i class="icon-rocket "></i> Hugo</a>
|
||||
<a class="navbar-brand" href="/"><i class="icon-hugo_serif" alt="hugo"></i></a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
<!-- Add custom CSS here -->
|
||||
<link href="/static/css/HPstyles.css" rel="stylesheet">
|
||||
<link href="/static/css/hugoicon.css" rel="stylesheet">
|
||||
<link href="/static/css/hugofont.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -165,8 +165,8 @@
|
||||
<div class="col-md-6 col-md-offset-3 text-center">
|
||||
<i class="point-icon icon-beaker-alt"></i>
|
||||
<i class="point-icon icon-heart"></i>
|
||||
<i class="point-icon icon-spf"></i>
|
||||
<h2>Built with Love</h2>
|
||||
<i class="point-icon icon-spf13"></i>
|
||||
<h2>Built with <i class="icon-heart" style="color:#FF4088;"></i></h2>
|
||||
<p class="lead">
|
||||
Hugo is developed with love by <a href="http://spf13.com">spf13</a>, <a href="http://github.com/noahcampbell">Noah</a> and friends.
|
||||
We welcome all contributions.
|
||||
@@ -216,7 +216,7 @@
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="/static/js/jquery.js"></script>
|
||||
<script src="/static/js/unslider.min.js"></script>
|
||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
<script src="/static/js/bootstrap.min.js"></script>
|
||||
<script>
|
||||
$(function() {
|
||||
|
Reference in New Issue
Block a user