Skip to content

Commit 9570c46

Browse files
author
Jorge Luis Betancourt
committed
Simplify cross post announcement for "Better URL search with Elasticsearch" post
1 parent deedc24 commit 9570c46

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/posts/2019/better-url-search-with-elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
tags: ["elasticsearch", "search", "url"]
88
---
99

10-
> 🚀 This article has been crossposted in the [trivago tech blog](https://tech.trivago.com/2020/02/11/better-url-search-with-elasticsearch/).
10+
> 🚀 This article was posted in the [trivago tech blog](https://tech.trivago.com/2020/02/11/better-url-search-with-elasticsearch/).
1111
1212
At trivago, we generate a huge amount of logs and we have our [own custom setup for shipping
1313
logs](https://tech.trivago.com/2016/01/19/logstash_protobuf_codec/) using mostly [Protocol

themes/jorgelbg/static/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ a:before {
159159
transition-timing-function: ease-out;
160160
}
161161

162-
#post-list a:before {
162+
#post-list a:before,
163+
.post h1 a:before {
163164
content: none;
164165
}
165166

0 commit comments

Comments
 (0)