mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
match page content to new links + descriptions
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
{{site.name}}
|
{{site.name}}
|
||||||
{%endif%}
|
{%endif%}
|
||||||
</title>
|
</title>
|
||||||
<meta name="description" content="{{site.desc}}">
|
<meta name="description" content="{{desc | default: site.desc}}">
|
||||||
<link rel="stylesheet" href="/static/pico.min.css">
|
<link rel="stylesheet" href="/static/pico.min.css">
|
||||||
<link rel="stylesheet" href="/static/site.css">
|
<link rel="stylesheet" href="/static/site.css">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: base
|
layout: base
|
||||||
title: quick links
|
title: quick links
|
||||||
|
desc: >
|
||||||
|
links to pages related to the EFL University
|
||||||
---
|
---
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
layout: base.liquid
|
layout: base.liquid
|
||||||
title: services
|
title: tools
|
||||||
|
desc: >
|
||||||
|
a collection of tools to make life a
|
||||||
|
little easier in the EFL University
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: base
|
layout: base
|
||||||
title: Fee Mail Format
|
title: Fee Mail Format
|
||||||
desc: copiable format for mail to confirm fee payment details
|
desc: >
|
||||||
|
copiable format for mail to COE Office confirming fee payment
|
||||||
|
details at the EFL University
|
||||||
---
|
---
|
||||||
|
|
||||||
<header class="center">
|
<header class="center">
|
||||||
|
|||||||
Reference in New Issue
Block a user