Fix status page title and logo

This commit is contained in:
southerntofu 2020-09-23 16:56:44 -04:00
parent 275c4131ce
commit 571acb908c
4 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,6 @@
# forge suite
![logo forge](../logo.png)
![logo forge](/~southerntofu/forge/logo.png)
## Ta Livraison/Intégration Continue (CI/CD) KISS & DIY

View File

@ -3,6 +3,6 @@
# forge suite
![forge logo](../logo.png)
![forge logo](/~southerntofu/forge/logo.png)
## Your DIY/KISS Continuous Integration & Delivery

4
content/status.fr.md Normal file
View File

@ -0,0 +1,4 @@
+++
title="Statut des tests"
template="status.html"
+++

View File

@ -1,4 +1,5 @@
{% extends "index.html" %}
{% block title %}{{ page.title }}{% endblock title %}
{% block main %}
<h2>forgebuild</h2>
{% set bash_data = load_data(path="static/tests/forgebuild.sh/results.toml") %}