Revision fa6c8c0da163dd3ea19822b017464957053f5226 authored by Christian Humm on 14 September 2020, 02:01:18 UTC, committed by GitHub on 14 September 2020, 02:01:18 UTC
* Update site-sidebar.html

This should fix issue #184 by counting the number of categories so hugo (or more precise go-i18n) can decide to use the singular or the plural translation.

* Update site-sidebar.html

Shorter version of the fix.
1 parent 3ae32e0
Raw File
theme.toml
name = "Hugo Future Imperfect Slim"
license = "MIT"
licenselink = "https://github.com/pacollins/hugo-future-imperfect-slim/blob/master/LICENSE.md"
description = "Future Imperfect Theme - Slimmed Down"
homepage = "https://github.com/pacollins/hugo-future-imperfect-slim"
tags = ["Academic", "Academicons", "Blog", "Contact Form", "CSS Grid", "Disqus",
        "Fancybox", "Font Awesome", "Gallery", "Google Analytics", "Google News",
        "Highlight.js", "Jquery", "Lunr.js", "Multilingual", "Netlify",
        "Responsive", "Search",  "Open Graph", "Staticman", "Syntax Highlighting",
        "Twitter Cards"]
features = ["Academicons v1.8.6", "Disqus", "Fancybox v3.5.7", "Font Awesome v5.13.0",
            "Google Analytics", "Google News", "Highlight.js v10.0.3", "Jquery v3.5.1",
            "Lunr.js v2.3.8", "Netlify", "Open Graph", "Staticman", "Theme Update Notification",
            "Twitter Cards"]
min_version = "v0.62.0/extended"

[author]
  name = "Patrick Collins"
  homepage = "https://pacollins.com"

# If porting an existing theme
[original]
  name = "Future Imperfect"
  homepage = "https://github.com/jpescador/hugo-future-imperfect"
  repo = "https://github.com/jpescador/hugo-future-imperfect"
back to top