mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Fix/html (#13)
* Remove style-guide from i18n builds * Remove uncategorized from CN blog posts. * Team images and alt attributes. * Fixing language linkage * Ignore missing or empty alt tags * ignore sass-cache * fix gitignore for sass-cache * fix gitignore for sass-cache * Only show language dropdown if the page is not a post (blog) * New url with site.lang included. * Removed the site.baseurl var from the posts.
This commit is contained in:
parent
5ee9ae4de9
commit
ad056aa1cb
136 changed files with 189 additions and 172 deletions
|
@ -178,7 +178,7 @@ description: pages.home.description
|
|||
<h3 class="news-title">{{ post.title }}</h3>
|
||||
<div class="date">{{ post.date | date: "%b %d, %Y" }}</div>
|
||||
<p>{{ post.excerpt | strip_html | truncate: 250 }}</p>
|
||||
<a class="read-more" href="{{ post.url }}">Read More...</a>
|
||||
<a class="read-more" href="{{ basenav }}{{ post.url }}">Read More...</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue