Sha256: f2d47af61fe640afc56ff9c58a1e5a028fd8c642df2052d48a479f6a270feb61

Contents?: true

Size: 759 Bytes

Versions: 4

Compression:

Stored size: 759 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ site.lang }}">
	<head>
		{% include head.html %}
	</head>
	<body>
		{% include header.html %}
		<main>{{ content }}</main>
		{% include footer.html %}
		<script src="{{ site.baseurl }}/assets/js/app.js"></script>
		<script type="application/ld+json">
			{
			  "@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld",
			  "@id": "{{ site.url }}{{ site.baseurl }}{{ page.url }}",
			  "appid": "{{ site.baidu.appid }}",
			  {% if page.title %}
			  "title": "{{ page.title }}",
			  {% else %}
			  "title": "{{ site.title }}",
			  {% endif%}
			  "images": [
			    "{{ site.url }}{{ site.baseurl }}{{ page.previewimg}}"
			  ],
			  "pubDate": "{{ page.date | date_to_xmlschema }}"
			}
		</script>
	</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yoyoyo-0.0.14 _layouts/default.html
yoyoyo-0.0.13 _layouts/default.html
yoyoyo-0.0.12 _layouts/default.html
yoyoyo-0.0.11 _layouts/default.html