This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
generated from shgysk8zer0/jekyll-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (72 loc) · 3.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
layout: default
title: Home
pinned: true
description: A GitHub repository for easily creating fast, modern, PWA compatible websites
tags:
- jekyll
- pwa
- github template repo
---
{% for section in site.data.menu %}
<section id="{{ section[1].identifier }}" class="menu-section" itemtype="https://schema.org/MenuSection" itemscope="">
<h2 itemprop="name" class="menu-section-name">{{ section[1].name }}</h2>
{% for item in section[1].hasMenuItem %}
<div class="menu-item" id="{{ item.identifier }}" itemprop="hasMenuItem" itemtype="https://schema.org/MenuItem" itemscope="">
<h3 class="menu-item-name" itemprop="name">{{ item.name }}</h3>
{% for spec in item.offers %}
<span class="menu-item-offer" itemprop="offers" itemtype="https://schema.org/Offer" itemscope="">
{% if spec.name %}<span class="menu-item-offer-name" itemprop="name">{{ spec.name }}</span>{% endif %}
<span class="menu-item-price" itemprop="price">${{ spec.price }}</span>
<meta itemprop="priceCurrency" content="{{ spec.priceCurrency | default: 'USD' }}" />
</span>
{% endfor %}
</div>
{% endfor %}
</section>
{% endfor %}
<section>
<leaflet-map center="35.754615,-118.424722" zoom="18" loading="lazy" crossorigin="anonymous" zoomcontrol="" detectretina="">
<leaflet-marker itemtype="https://schema.org/LocalBusiness" id="bd20431c-1e2d-401d-8178-ad0d2fe3e71d" class="business-marker" longitude="-118.424722" latitude="35.754615" slot="markers" title="Cheryl's Diner" data-category="dining restaurant" itemscope="" open="">
<img src="/img/adwaita-icons/actions/mark-location.svg" slot="icon" loading="lazy" decoding="async" width="32" height="32">
<div slot="popup" part="popup">
<h4 itemprop="name">Cheryl's Diner</h4>
<div itemprop="geo" itemtype="https://schema.org/GeoCoordinates" itemscope="" hidden="">
<meta itemprop="longitude" content="-118.424722">
<meta itemprop="latitude" content="35.754615">
</div>
<address itemprop="address" itemtype="https://schema.org/PostalAddress" itemscope="">
<div itemprop="streetAddress">11030 Kernville Road</div>
<div>
<span itemprop="addressLocality">Kernville</span>,
<span itemprop="addressRegion">CA</span>
</div>
<meta itemprop="addressCountry" content="US">
<meta itemprop="postalCode" content="93238">
</address>
<div>
<a href="tel:+1-760-376-6131">
<svg class="icon current-color" width="16" height="16" role="img" aria-hidden="true">
<use xlink:href="/img/icons.svg#call-start"></use>
</svg>
<span itemprop="telephone">1-760-376-6131</span>
</a>
</div>
<div>
<a href="https://www.cherylsdiner.com" rel="noopener external">
<svg class="icon current-color" width="16" height="16" role="img" aria-hidden="true">
<use xlink:href="/img/icons.svg#globe"></use>
</svg>
<span itemprop="url">cherylsdiner.com</span>
</a>
</div>
<!-- geo:35.760197,-118.426793;crs=wgs84;u=0 -->
<a itemprop="url" href="https://www.google.com/maps/?q=35.754615,-118.424722" class="inline-block btn btn-primary" rel="noopener external" role="button">
<svg class="icon current-color" width="16" height="16" role="img" aria-hidden="true">
<use xlink:href="/img/icons.svg#map"></use>
</svg>
<span>View in Map App</span>
</a>
</div>
</leaflet-marker>
</leaflet-map>