+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/ - cl-yag - Common Lisp Yet Another website Generator
HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit e2d4f830fa5c7fa15180caa3f3bd58ed8c4c9dfc
DIR parent 13d46e0deeb1d5fbd7ef5911a23d48529fbfd074
HTML Author: lambda <lambda@fnord.one>
Date: Wed, 22 Nov 2017 15:23:48 +0100
+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.
Diffstat:
R static/style.css -> static/css/sty… | 0
A static/img/clyagFav.ico | 0
A static/img/clyagLogo.png | 0
M templates/layout.tpl | 4 ++--
4 files changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/static/style.css b/static/css/style.css
DIR diff --git a/static/img/clyagFav.ico b/static/img/clyagFav.ico
Binary files differ.
DIR diff --git a/static/img/clyagLogo.png b/static/img/clyagLogo.png
Binary files differ.
DIR diff --git a/templates/layout.tpl b/templates/layout.tpl
@@ -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>