Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Tazeg/hugo-blog-jeffprod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTazeg <jeffgazet@gmail.com>2018-08-12 12:21:17 +0300
committerTazeg <jeffgazet@gmail.com>2018-08-12 12:21:17 +0300
commitff373125c9995f949a2edec0ceffc62046f846db (patch)
tree44b4a235b04133af24bdd68d88e6293439dfeb3a
parent4487419c0dff3b348abbcbd72a20494a4ab9627f (diff)
Replace relURL to absURL
-rw-r--r--README.md2
-rw-r--r--layouts/partials/header.html6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4d573f4..adf1ab5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HUGO blog theme by @JeffProd
-A free blog theme for [HUGO](https://gohugo.io/), with tags, archives, last posts...
+A free blog theme for [HUGO](https://gohugo.io/), with tags, archives, last posts... Using [Bulma CSS framework](https://bulma.io/).
![HUGO blog theme by JeffProd.com](images/screenshot.png)
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index cb9b60d..40af4b9 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,21 +9,21 @@
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" />
- <link rel="stylesheet" href="{{ "css/blog.css" | relURL }}" />
+ <link rel="stylesheet" href="{{ "css/blog.css" | absURL }}" />
</head>
<body>
<!-- nav -->
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
- <a class="navbar-item" href="{{ "/" | relURL }}">Home</a>
+ <a class="navbar-item" href="{{ "/" | absURL }}">Home</a>
</div>
</nav>
<!-- /nav -->
<!-- hero -->
<section class="hero is-info is-medium">
- <div class="hero-body" style="background-image: url({{ "img/bg-blog.jpg" | relURL }});">
+ <div class="hero-body" style="background-image: url({{ "img/bg-blog.jpg" | absURL }});">
<div class="container has-text-centered">
<br>
<h1 class="title is-size-1">