diff options
| author | Adrian Kummerlaender | 2018-09-26 20:52:40 +0200 | 
|---|---|---|
| committer | Adrian Kummerlaender | 2018-09-26 20:52:40 +0200 | 
| commit | 8dd97342fb4bde2fc94204f4cb6d45287bd1d2a5 (patch) | |
| tree | 133bcd6041460ac658308f3f369ddde0ac456b64 | |
| parent | 7d937830c21636eddc67bd2b2479cb7a436a7657 (diff) | |
| download | blog_content-8dd97342fb4bde2fc94204f4cb6d45287bd1d2a5.tar blog_content-8dd97342fb4bde2fc94204f4cb6d45287bd1d2a5.tar.gz blog_content-8dd97342fb4bde2fc94204f4cb6d45287bd1d2a5.tar.bz2 blog_content-8dd97342fb4bde2fc94204f4cb6d45287bd1d2a5.tar.lz blog_content-8dd97342fb4bde2fc94204f4cb6d45287bd1d2a5.tar.xz blog_content-8dd97342fb4bde2fc94204f4cb6d45287bd1d2a5.tar.zst blog_content-8dd97342fb4bde2fc94204f4cb6d45287bd1d2a5.zip | |
Add navigation, description to `meta.xml`
| -rw-r--r-- | meta.xml | 18 | 
1 files changed, 18 insertions, 0 deletions
| @@ -2,5 +2,23 @@  <meta>  	<title>/home/adrian</title>  	<author>Adrian Kummerländer</author> +	<description>Adrian Kummerländer's blog on software development, linux and open source</description>  	<url>http://localhost:8080</url> + +	<header> +		<navigation> +			<link href="/">Start</link> +			<link href="/archive">Archive</link> +			<link href="https://tree.kummerlaender.eu/contact">Contact</link> +			<link href="/atom.xml">Feed</link> +		</navigation> +	</header> + +	<footer> +		<info href="https://tree.kummerlaender.eu/projects/xslt">Made with XSLT</info> +		<navigation> +			<link href="https://tree.kummerlaender.eu/contact">Contact</link> +			<link href="/atom.xml">Feed</link> +		</navigation> +	</footer>  </meta> | 
