chandged footer style and test make
This commit is contained in:
parent
0aaf836901
commit
1f9c3c9bb2
3
makefile
3
makefile
@ -7,6 +7,9 @@ all:
|
||||
mkdir -p ${DESTDIR}
|
||||
ssg ${SRCDIR} ${DESTDIR} ${SITENAME} 'https://${URL}'
|
||||
|
||||
test: all
|
||||
xdg-open ${DESTDIR}/index.html
|
||||
|
||||
install: all
|
||||
rsync -vruL ${DESTDIR}/ www@${URL}:/www/
|
||||
|
||||
|
@ -52,8 +52,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #dcdcdc;
|
||||
border-radius: 10px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
footer p {
|
||||
|
Loading…
Reference in New Issue
Block a user