Use sitemeta data variable for webmaster's name on shrine pages
This commit is contained in:
parent
c272f60d1c
commit
a82def494e
|
@ -1,7 +1,7 @@
|
|||
{% extends "global/shrineinfo.njk" %}
|
||||
|
||||
{% block shrineAbout %}
|
||||
<p>Welcome to Leilukin's shrine for {% cite "A Summer’s End — Hong Kong 1986" %}, an indie visual novel developed by Oracle and Bone. Set in 1980s Hong Kong, it tells of a love story between two women.</p>
|
||||
<p>Welcome to {{ sitemeta.siteAuthor.name }}'s shrine for {% cite "A Summer’s End — Hong Kong 1986" %}, an indie visual novel developed by Oracle and Bone. Set in 1980s Hong Kong, it tells of a love story between two women.</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block shrineLinks %}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "global/shrineinfo.njk" %}
|
||||
|
||||
{% block shrineAbout %}
|
||||
<p>Welcome to Leilukin's shrine for {% cite "Cassette Beasts" %}, an indie monster collecting turn-based open-world role-playing video game developed by Bytten Studio and published by Raw Fury.</p>
|
||||
<p>Welcome to {{ sitemeta.siteAuthor.name }}'s shrine for {% cite "Cassette Beasts" %}, an indie monster collecting turn-based open-world role-playing video game developed by Bytten Studio and published by Raw Fury.</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block shrineLinks %}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "global/shrineinfo.njk" %}
|
||||
|
||||
{% block shrineAbout %}
|
||||
<p>Welcome to Leilukin's shrine for {% cite "Star Wars: Knights of the Old Republic" %}, a series of role-playing video games set in the {% cite "Star Wars" %} universe, taking place almost 4,000 years before the events of the Skywalker film saga.</p>
|
||||
<p>Welcome to {{ sitemeta.siteAuthor.name }}'s shrine for {% cite "Star Wars: Knights of the Old Republic" %}, a series of role-playing video games set in the {% cite "Star Wars" %} universe, taking place almost 4,000 years before the events of the Skywalker film saga.</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block shrineLinks %}
|
||||
|
|
|
@ -2,16 +2,17 @@
|
|||
layout: asummersend/content
|
||||
tags: shrine home
|
||||
title: A Summer’s End — Hong Kong 1986 Shrine
|
||||
desc: My shrine for A Summer’s End — Hong Kong 1986
|
||||
isContentDivided: true
|
||||
eleventyNavigation:
|
||||
key: A Summer’s End Shrine
|
||||
parent: Shrines
|
||||
title: A Summer’s End — Hong Kong 1986 Shrine
|
||||
eleventyComputed:
|
||||
desc: "{{ sitemeta.siteAuthor.name }}'s shrine for A Summer’s End — Hong Kong 1986."
|
||||
---
|
||||
|
||||
<section class="content__section">
|
||||
<h2>Welcome to Leilukin's {% cite "A Summer’s End — Hong Kong 1986" %} Shrine!</h2>
|
||||
<h2>Welcome to My {% cite "A Summer’s End — Hong Kong 1986" %} Shrine!</h2>
|
||||
|
||||
<img src="/assets/shrines/asummersend/images/ASE_Key_art_intro.png" alt="Promotional image of A Summer’s End — Hong Kong 1986">
|
||||
|
||||
|
|
|
@ -2,16 +2,17 @@
|
|||
layout: cassettebeasts/content
|
||||
tags: shrine home
|
||||
title: Cassette Beasts Shrine
|
||||
desc: My shrine for Cassette Beasts.
|
||||
isContentDivided: true
|
||||
eleventyNavigation:
|
||||
key: Cassette Beasts Shrine
|
||||
parent: Shrines
|
||||
eleventyComputed:
|
||||
desc: "{{ sitemeta.siteAuthor.name }}'s shrine for Cassette Beasts."
|
||||
---
|
||||
{% set imageAssetBaseUrl = '/assets/shrines/cassettebeasts/images/' %}
|
||||
|
||||
<section class="content__section">
|
||||
<h2>Welcome to Leilukin's {% cite "Cassette Beasts" %} Shrine!</h2>
|
||||
<h2>Welcome to My {% cite "Cassette Beasts" %} Shrine!</h2>
|
||||
<img src="{{ imageAssetBaseUrl }}CassetteBeasts_keyart_16_9.png" alt="Promotional image of Cassette Beasts">
|
||||
<p>{% cite "Cassette Beasts" %} is a 2D/3D hybrid monster collecting open-world role-playing video game developed by Bytten Studio, an indie team based in Brighton, United Kingdom, co-founded by Jay Baylis and Tom Coxon, and published by Raw Fury.</p>
|
||||
|
||||
|
|
|
@ -2,16 +2,17 @@
|
|||
layout: starwarskotor/content
|
||||
tags: shrine home
|
||||
title: "Star Wars: Knights of the Old Republic Shrine"
|
||||
desc: "My shrine for Star Wars: Knights of the Old Republic series."
|
||||
isContentDivided: true
|
||||
eleventyNavigation:
|
||||
key: KotOR Shrine
|
||||
parent: Shrines
|
||||
title: "Star Wars: Knights of the Old Republic Shrine"
|
||||
eleventyComputed:
|
||||
desc: "{{ sitemeta.siteAuthor.name }}'s shrine for Star Wars: Knights of the Old Republic series."
|
||||
---
|
||||
|
||||
<section class="content__section">
|
||||
<h2>Welcome to Leilukin's {% cite "Star Wars: Knights of the Old Republic" %} Shrine!</h2>
|
||||
<h2>Welcome to My {% cite "Star Wars: Knights of the Old Republic" %} Shrine!</h2>
|
||||
|
||||
<img src="/assets/shrines/starwarskotor/images/swkotor-header.jpg" alt="Cover art compilation of Star Wars: Knights of the Old Republic series">
|
||||
|
||||
|
|
Loading…
Reference in New Issue