In the direct link of this issue (bug now closed), I again have some <i>
classes not writen in hugo_stats.json
.
For example, I have a range
over 6 items. And 3 on the 6 classes are not written.
I can’t see any obvious pattern or possible cause like the referring issue.
I’m also pretty sure it is on my side, but after battling for hours, I find nothing.
Any light / tip ?
OK in hugo_stats.json
:
<i class="tf-ion-wifi"></i>
- & a lot of other
<i>
class (see full json below).
Missing from hugo_stats.json
in this loop.:
<i class="tf-ion-earth"></i>
<i class="tf-ion-images"></i>
<i class="tf-ion-home"></i>
HTML Produced (from homepage)
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-earth"></i>
</div>
<h3>Des produits naturels</h3>
<p>De l’eau exceptionnelement pure en direct du glacier, produits locaux naturels. Nous utilisons exclusivement des produits nettoyants écologiques.</p>
</div>
</div>
<!-- End Single Feature Item -->
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-wifi"></i>
</div>
<h3>Internet Wifi gratuit</h3>
<p>Un réseau Internet Wifi gratuit <em>(étendu et rénové en 2021)</em> est disponible sur la quasi totalité du terrain de camping.</p>
</div>
</div>
<!-- End Single Feature Item -->
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-images"></i>
</div>
<h3>Des promenades magiques</h3>
<p>De nombreuses randonnées se font au départ d’Arolla. Tous les goûts et tous les niveaux !</p>
</div>
</div>
<!-- End Single Feature Item -->
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-home"></i>
</div>
<h3>Des cabanes proches</h3>
<p>Une expérience unique. Six cabanes (refuges) sont directement accessibles depuis Arolla. Ces cabanes sont aussi une belle randonnée à la journée.</p>
</div>
</div>
<!-- End Single Feature Item -->
hugo code
{{ $data := index site.Data site.Language.Lang }}
{{ with $data.feature }}
{{ if .enable }}
{{ "<!-- Feature Section Start -->" | safeHTML }}
<section class="services section-xs" id="services">
<div class="container">
<div class="row">
{{ range .item }}
{{ "<!-- Single Feature Item -->" | safeHTML }}
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="{{ .icon }}"></i>
</div>
<h3>{{ .title }}</h3>
<p>{{ .description | markdownify }}</p>
</div>
</div>
{{ "<!-- End Single Feature Item -->" | safeHTML }}
{{ end }}
</div>
</div>
</section>
{{ "<!-- End Feature section -->" | safeHTML }}
{{ end }}
{{ end }}
hugo_stats.json
Summary
{
“htmlElements”: {
“tags”: [
“”,
“a”,
“article”,
“audio”,
“body”,
“br”,
“button”,
“div”,
“em”,
“footer”,
“form”,
“h1”,
“h2”,
“h3”,
“h4”,
“h5”,
“h6”,
“head”,
“hr”,
“html”,
“i”,
“iframe”,
“img”,
“input”,
“label”,
“li”,
“link”,
“meta”,
“nav”,
“ol”,
“p”,
“script”,
“section”,
“small”,
“source”,
“span”,
“strong”,
“style”,
“table”,
“tbody”,
“td”,
“textarea”,
“thead”,
“title”,
“tr”,
“ul”
],
“classes”: [
“MsgBoxBootstrap”,
“TF-ion-map”,
“about”,
“about-2”,
“about-mission-vision”,
“about-section”,
“active”,
“activemenu”,
“address-block”,
“alert”,
“alert-danger”,
“alert-info”,
“alert-success”,
“align-items-center”,
“align-self-center”,
“animated”,
“animaux”,
“arolla”,
“bg-gray”,
“bg-one”,
“bg-pricing-camping”,
“bg-pricing-cocoon”,
“bg-pricing-loc”,
“block”,
“blog”,
“blog-single”,
“border”,
“breadcrumb”,
“breadcrumb-item”,
“btn”,
“btn-main”,
“btn-main-access”,
“btn-main-inactif”,
“btn-main-sm”,
“btn-transparent”,
“cabanes”,
“camping”,
“caption”,
“checkbox”,
“checkbox-inline”,
“clearfix”,
“click-to-tel”,
“client-details”,
“client-meta”,
“client-thumb”,
“close”,
“close-text”,
“cocoon”,
“col”,
“col-12”,
“col-5”,
“col-6”,
“col-7”,
“col-form-label-lg”,
“col-form-label-sm”,
“col-lg-12”,
“col-lg-3”,
“col-lg-4”,
“col-lg-6”,
“col-md-12”,
“col-md-3”,
“col-md-4”,
“col-md-5”,
“col-md-6”,
“col-md-7”,
“col-md-8”,
“col-sm-12”,
“col-sm-3”,
“col-sm-6”,
“col-xs-12”,
“collapse”,
“commonTab”,
“contact-form”,
“contact-meta-block”,
“contact-section”,
“contact-text”,
“contact-us”,
“container”,
“container-fluid”,
“content”,
“count”,
“crise”,
“d-block”,
“d-flex”,
“disabled”,
“embed-responsive”,
“embed-responsive-16by9”,
“embed-responsive-item”,
“fade”,
“fadeInUp”,
“flagnoselect”,
“flagselect”,
“float-right”,
“footer-bottom”,
“form-control”,
“form-group”,
“form-pricing”,
“header”,
“hidden”,
“img-fluid”,
“img-thumbnail”,
“item”,
“justify-content-center”,
“kas_online_reception”,
“lachotte”,
“lazy”,
“list-inline”,
“list-inline-item”,
“map”,
“map-responsive”,
“mb-0”,
“mb-1”,
“mb-5”,
“mb-50”,
“mix”,
“ml-2”,
“ml-auto”,
“montagne”,
“mr-2”,
“mr-auto”,
“mt-0”,
“mt-20”,
“mt-50”,
“mx-auto”,
“nav”,
“nav-item”,
“nav-link”,
“nav-tabs”,
“navbar”,
“navbar-brand”,
“navbar-collapse”,
“navbar-expand-md”,
“navbar-nav”,
“navbar-toggler”,
“navigation”,
“newseason”,
“next”,
“no-js”,
“nouveautes”,
“offset-md-1”,
“p-0”,
“p-1”,
“padding-0”,
“page-404”,
“page-item”,
“page-link”,
“pagination”,
“phone-block”,
“plane”,
“portfolio”,
“portfolio-block”,
“portfolio-filter”,
“portfolio-items-wrapper”,
“post-content”,
“post-img”,
“post-item”,
“post-meta”,
“post-thumb”,
“post-title”,
“preloader”,
“press”,
“press-list”,
“prev”,
“price-title”,
“pricing-item”,
“pricing-table”,
“rando”,
“rounded”,
“row”,
“sanitaires”,
“search-icon”,
“section”,
“section-sm”,
“seo-hack”,
“service-2”,
“service-item”,
“service-list”,
“shadow”,
“show”,
“single-page-header”,
“sk-child”,
“sk-circle1”,
“sk-circle10”,
“sk-circle11”,
“sk-circle12”,
“sk-circle2”,
“sk-circle3”,
“sk-circle4”,
“sk-circle5”,
“sk-circle6”,
“sk-circle7”,
“sk-circle8”,
“sk-circle9”,
“social-icon”,
“social-icons-block”,
“subtitle”,
“subtitle-des”,
“tab-content”,
“tab-pane”,
“testimonial”,
“testimonial-slider”,
“text-center”,
“text-right”,
“tf-genius”,
“tf-gift2”,
“tf-ion-”,
“tf-ion-android-”,
“tf-ion-android-arrow-dropleft”,
“tf-ion-android-arrow-dropright”,
“tf-ion-android-bicycle”,
“tf-ion-android-bus”,
“tf-ion-android-calendar”,
“tf-ion-android-car”,
“tf-ion-android-checkmark-circle”,
“tf-ion-android-cloud-circle”,
“tf-ion-android-contact”,
“tf-ion-android-contacts”,
“tf-ion-android-home”,
“tf-ion-android-image”,
“tf-ion-android-menu”,
“tf-ion-android-open”,
“tf-ion-android-people”,
“tf-ion-android-pin”,
“tf-ion-android-plane”,
“tf-ion-android-sunny”,
“tf-ion-android-train”,
“tf-ion-android-walk”,
“tf-ion-arrow-graph-down-right”,
“tf-ion-at”,
“tf-ion-beer”,
“tf-ion-bonfire”,
“tf-ion-bowtie”,
“tf-ion-card”,
“tf-ion-cash”,
“tf-ion-coffee”,
“tf-ion-fork”,
“tf-ion-heart”,
“tf-ion-icecream”,
“tf-ion-information-circled”,
“tf-ion-ios-alarm-outline”,
“tf-ion-ios-analytics-outline”,
“tf-ion-ios-at”,
“tf-ion-ios-calendar-outline”,
“tf-ion-ios-contact”,
“tf-ion-ios-home-outline”,
“tf-ion-ios-information-outline”,
“tf-ion-ios-paw”,
“tf-ion-ios-photos-outline”,
“tf-ion-ios-search-strong”,
“tf-ion-ios-snowy”,
“tf-ion-ios-stopwatch-outline”,
“tf-ion-ios-telephone”,
“tf-ion-ios-videocam-outline”,
“tf-ion-iphone”,
“tf-ion-knife”,
“tf-ion-map”,
“tf-ion-outlet”,
“tf-ion-pizza”,
“tf-ion-power”,
“tf-ion-quote”,
“tf-ion-social-euro”,
“tf-ion-social-facebook”,
“tf-ion-social-instagram”,
“tf-ion-social-twitter”,
“tf-ion-spoon”,
“tf-ion-thermometer”,
“tf-ion-thumbsup”,
“tf-ion-trophy”,
“tf-ion-waterdrop”,
“tf-ion-wifi”,
“tf-ion-wineglass”,
“tf-tools”,
“tf-tools-2”,
“tf-trophy6”,
“tf-wallet”,
“title”,
“toast”,
“toast-body”,
“toast-header”,
“top-bar”,
“top-footer”,
“value”,
“vintage”,
“w-100”,
“widget”,
“wow”
],
“ids”: [
“CalculTarifs”,
“about”,
“administration-et-suppression-des-cookies”,
“aerial-videos-of-camping-arolla”,
“aiguilles”,
“aiguilles-tab”,
“amber”,
“amber-1”,
“amber-2”,
“amber-3”,
“amber-4”,
“amber-5”,
“amber-6”,
“amber-7”,
“amber-8”,
“amber-9”,
“amber-and-cyril”,
“ambre”,
“ambre-1”,
“ambre-2”,
“ambre-3”,
“ambre-4”,
“ambre-5”,
“ambre-6”,
“ambre-7”,
“ambre-8”,
“ambre-9”,
“ambre-et-cyril”,
“and-today-what-inspires-you-arolla-the-val-dhérens-in-general”,
“and-what-advice-would-you-give-to-a-visitor-wishing-to-discover-the-val-dhérens”,
“audio”,
“avec-cette-riche-activité-avez-vous-du-temps-pour-vos-loisirs-vos-passions–quels-sont-ils-”,
“bertol”,
“bertol-tab”,
“blog”,
“body”,
“bookingcom-guest-review-awards-2018”,
“bouquetins”,
“bouquetins-tab”,
“cette-année-nous-fêtons-les-50-ans-du-camping-arolla-créé-en-1969”,
“consentement-à-lutilisation-de-cookies”,
“contact”,
“contact-form”,
“contact-small”,
“contact-submit”,
“cookies-de-performance”,
“cookies-de-statistiques–marketing–tiers–à-base-de-consentement”,
“cookies-fonctionnels”,
“cookies-strictement-nécessaires”,
“cyril”,
“cyril-1”,
“cyril-2”,
“cyril-3”,
“cyril-4”,
“cyril-5”,
“cyril-6”,
“cyril-7”,
“cyril-8”,
“cyril-9”,
“date”,
“des-vidéos-aériennes-du-camping-arolla”,
“dit-jaar-vieren-we-de-50e-verjaardag-van-de-arolla-camping-opgericht-in-1969”,
“divers-liens”,
“dix”,
“dix-tab”,
“email”,
“en-vous-installant-dans-ce-lieu-quel-était-votre-ressenti-de-départ–choc-culturel-ou-easy-life-”,
“et-aujourdhui-que-vous-inspire-arolla–le-val-dhérens-en-général-”,
“et-quels-conseils-donneriez-vous-à-un-visiteur-souhaitant-découvrir-le-val-dhérens-”,
“faisons-connaissance-avec-”,
“footer”,
“inNbreAdulte”,
“inNbreBigCampingcar”,
“inNbreBigCaravan”,
“inNbreBigTent”,
“inNbreDog”,
“inNbreElectricity”,
“inNbreEnfant”,
“inNbreJours”,
“inNbreMandatoryTrashTax”,
“inNbreMidTent”,
“inNbreMoto”,
“inNbreSmallCampingcar”,
“inNbreSmallCaravan”,
“inNbreSmallTent”,
“inNbreVan”,
“inNbreVoiture”,
“interview-de-cyril-et-ambre-gérant-du-camping-darolla-et-lhôtel-bar-de-la-gouille”,
“interview-with-cyril-and-ambre-managers-of-camping-darolla-and-hotel-bar-de-la-gouille”,
“language-www”,
“le-concert-au-camping”,
“le-concert-au-pigne-darolla”,
“lets-get-to-know-”,
“luchtvideos-van-camping-arolla”,
“merci-à-vanupié-pour-ces-deux-concerts-juste-magiques”,
“message”,
“meteoblue”,
“myForm”,
“myTab”,
“myTabContent”,
“name”,
“navbarSupportedContent”,
“nbnuit”,
“one-last-word”,
“otherwise-lets-talk-about-val-dherens-what-are-your-highlights-in-the-valley-what-would-you-like-to-share”,
“ou-vivez-vous-aujourdhui-et-que-faites-vous-depuis-combien-de-temps-”,
“page-www”,
“parlez-moi-un-peu-de-votre-activité-professionnelle–le-camping-la-pension-du-lac-bleu”,
“photos-vintage”,
“portfolio”,
“preloader”,
“press”,
“pricing”,
“pricing2”,
“prixTotal”,
“que-sont-les-cookies”,
“quelles-sont-vos-perspectives-davenir-à-arolla–des-envies-des-projets-”,
“quest-ce-qui-vous-a-amené-dans-le-val-dhérens-à-arolla-”,
“quote”,
“rechaud”,
“service”,
“sinon-parlons-val-dhérens-quels-sont-vos-immanquables-dans-la-vallée-quaimeriez-vous-partager-”,
“source-www”,
“source-www-location”,
“source-www-page”,
“subject”,
“submit”,
“tell-me-a-bit-about-your-professional-activity-the-campsite-the-lac-bleu-pension”,
“tent-medium”,
“tent-small”,
“testimonial”,
“this-year-we-are-celebrating-the-50th-anniversary-of-the-arolla-campsite-created-in-1969”,
“toppage”,
“tsa”,
“tsa-tab”,
“type-www”,
“un-dernier-mot”,
“une-nouvelle-webcam-est-installée-au-camping”,
“vaisselle2p”,
“vaisselle4p”,
“various-links”,
“vignettes”,
“vignettes-tab”,
“vintage-fotos”,
“vintage-pictures”,
“what-are-your-prospects-for-the-future-at-arolla-desires-projects-”,
“what-brought-you-to-the-val-dhérens-in-arolla”,
“when-you-moved-to-this-place-what-was-your-initial-feeling-culture-shock-or-easy-life”,
“where-do-you-live-today-and-what-have-you-been-doing-for-how-long”,
“with-this-rich-activity-do-you-have-time-for-your-leisure-your-passions-what-are-they-”
]
}
}