Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clo
cl-site
Commits
b7df3f1c
Commit
b7df3f1c
authored
May 16, 2018
by
Mariano Montone
Browse files
Favicon
parent
63632903
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b7df3f1c
...
...
@@ -7,7 +7,10 @@ static:
mkdir
-p
output/static
cp
-rf
content/static/
*
output/static
build
:
static
favicon
:
cp
content/favicon.ico output/
build
:
static favicon
sbcl
--load
build.lisp
--non-interactive
clean
:
...
...
content/favicon.ico
0 → 100644
View file @
b7df3f1c
28.9 KB
layout/templates/layout_2018.html
View file @
b7df3f1c
...
...
@@ -4,6 +4,7 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,shrink-to-fit=no"
>
<title>
{{title}}
</title>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/favicon.ico"
/>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> -->
<link
rel=
"stylesheet"
href=
"/static/css/bootstrap.simplex.min.css"
>
<link
href=
"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"
rel=
"stylesheet"
type=
"text/css"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment