Add links to translated content

Links to translated content will appear next to the date, both on
the index page and on post pages. Also style the translation links
on post pages to be like those on the index page, although some
more thought about the design is probably in order.
This commit is contained in:
Jack Taylor 2017-04-07 12:40:56 +09:00
commit ff657d2db1
7 changed files with 30 additions and 6 deletions

View file

@ -337,6 +337,11 @@ footer .theme-by {
font-style: italic;
margin: 0 0 10px;
}
.post-preview .post-meta a,
.post-heading .post-meta a {
color: #404040;
text-decoration: none;
}
.post-preview .post-entry {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@ -694,4 +699,4 @@ td.gutter {
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
box-sizing: content-box;
line-height: normal;
}
}