commit: 0b172f67c5feca09f5fb72c3727a0fa14a08fd69
parent c10c271935554f8a524a63f1b3179f0d3682a8af
Author: Haelwenn Monnier <lanodan.delta@free.fr>
Date:   Sun, 27 Sep 2015 21:33:14 +0200
[article] Systemd eated su
Diffstat:
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/articles/systemd-eated-su.shtml b/articles/systemd-eated-su.shtml
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+	<head>
+<!--#include file="/templates/head.shtml" -->
+		<title>SystemD eated su — lanodan’s cyber-home</title>
+		<link type="application/rss+xml" href="/feed" title="RSS feed" rel="alternate"></link>
+	</head>
+	<body>
+<!--#include file="/templates/fr/nav.shtml" -->
+		<article>
+<!--#include file="/articles/systemd-eated-su.html"-->
+		</article>
+		<a href="/articles/systemd-eated-su.html">article only(plain HTML)</a>
+<!--#include file="/templates/fr/footer.html" -->
+	</body>
+</html>
diff --git a/home.shtml b/home.shtml
@@ -7,6 +7,7 @@
 	</head>
 	<body>
 <!--#set var="transPageUrl" value='accueil' --><!--#include file="templates/en/nav.shtml" -->
+<!--#include file="/articles/systemd-eated-su.html"-->
 <!--#include file="templates/en/footer.html" -->
 	</body>
 </html>