Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Documents and Graphics
eisfunke.com
Commits
dde5c63b
Commit
dde5c63b
authored
Aug 29, 2020
by
Nicolas Lenz
❄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make metadata on index page smaller
parent
ccd59e42
Pipeline
#803
passed with stage
in 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
style/stylesheet.scss
style/stylesheet.scss
+4
-0
template/index.html
template/index.html
+1
-1
No files found.
style/stylesheet.scss
View file @
dde5c63b
...
...
@@ -324,6 +324,10 @@ main {
div
.index-article
{
overflow
:
hidden
;
.index-meta
{
font-size
:
0
.9rem
;
}
.index-summary
{
img
{
padding
:
0
.6rem
;
...
...
template/index.html
View file @
dde5c63b
...
...
@@ -48,7 +48,7 @@
$for(articles)$
<div
class=
"index-article"
>
<h1><a
href=
"$articles.link$"
>
$articles.title$
</a></h1>
<p>
<p
class=
"index-meta"
>
$if(articles.date)$
<span><b>
Date:
</b>
$articles.date$
</span>
$endif$
...
...
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