Skip to content

Commit

Permalink
Update minimum Hugo version & make asset name more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Didier GEORGIEFF committed Aug 31, 2018
1 parent 393632a commit afd6981
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion exampleSite/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<!-- gestion de la personalisation de la css du theme -->
{{ $style_original := resources.Get "css/style_original.css" }}
{{ $style_site := resources.Get "css/camping.css" }}
{{ $style_site := resources.Get "css/my_style.css" }}
{{ $style := slice $style_original $style_site | resources.Concat "css/style.css" | minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
<!-- <link rel="stylesheet" href="{{ "css/style.css" | absURL }}"> -->
Expand Down
6 changes: 3 additions & 3 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ licenselink = "https://creativecommons.org/licenses/by/3.0/"
description = "Hugo port of the Themefisher’s Navigator Template"
homepage = "http:https://demo.themefisher.com/themefisher/navigator/"
tags = ['landing-page', 'business', 'agency-template', 'themefisher', 'hugo-theme', 'hugo-templates', 'bootstrap', 'blog', 'responsive', 'clean', 'simple', 'company', 'projects', 'dark', 'creative', 'contact-form', 'custom-themes', 'mobile', 'flexbox', 'minimalistic', 'pages']
features = ['bootstrap4','responsive']
min_version = "0.41"
features = ['bootstrap4','responsive','multilingual']
min_version = "0.43"

[author]
name = "Themefisher"
homepage = "https://themefisher.com/"
homepage = "https://themefisher.com/"

0 comments on commit afd6981

Please sign in to comment.