+static/img/

Add logo (clyagLogo.png) and favicon (clyagFav.ico).
	The logo and both images got created by me (lambda) to be a part of cl-yag.
	I put both in the Public Domain (2017-11-21).
	https://creativecommons.org/share-your-work/public-domain/

~templates/layout.tpl
	Make favicon part of default template.
	Change stylesheet-link to 'static/css/style.css'

+static/
	Add subdirectories 'css/', 'img/', 'js/' to static/

Status of this commit: Recommendation.
This commit is contained in:
lambda 2017-11-22 15:23:48 +01:00
parent 375431f30c
commit 41116326c5
4 changed files with 2 additions and 2 deletions

BIN
static/img/clyagFav.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
static/img/clyagLogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -5,10 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="generator" content="cl-yag" />
<title>%%Title%%</title>
<link rel="stylesheet" type="text/css" href="static/style.css" />
<link rel="stylesheet" type="text/css" href="static/css/style.css" />
<link rel="alternate" type="application/rss+xml" title="%%Title%% RSS Feed" href="rss.xml" />
<!-- <link rel="alternate" type="application/atom+xml" title="%%Title%% Atom Feed" href="atom.xml" /> -->
<link rel="icon" type="image/x-icon" href="static/img/yourFavIcon.ico" />
<link rel="icon" type="image/x-icon" href="static/img/clyagFav.ico" />
</head>
<body>