Sha256: 6f056076a83a931d364e4e4be136da302cd0d15050de94fbb2414725eb0b28b9
Contents?: true
Size: 827 Bytes
Versions: 1
Compression:
Stored size: 827 Bytes
Contents
<!DOCTYPE html> <html lang="zh"> <head> {% include head.html %} </head> <body> {% include navigation.html %} {% include tags.html %} {{ content }} {% include categories.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yoyoyo-0.0.2 | _layouts/default.html |