remove twitter footer from article
This commit is contained in:
parent
e6d7f14f27
commit
7b791c034d
@ -1,10 +1,12 @@
|
||||
+++
|
||||
categories = ["News"]
|
||||
date = "2019-01-12"
|
||||
menu = ""
|
||||
menu = "test"
|
||||
tags = ["hugo","golang", "jekyll"]
|
||||
title = "PaulBSD Webservices"
|
||||
title = "Welcome"
|
||||
+++
|
||||
|
||||
## Overview
|
||||
|
||||
Welcome to PaulBSD.com, website that will show some open-source applications articles
|
||||
|
||||
|
@ -1,14 +1,4 @@
|
||||
<div class="tweet-footer">
|
||||
<a href="http://twitter.com/share?url={{ .Permalink }}&text={{ .Title }}" target="_blank" title="Twitter">
|
||||
<span class="tweet-botton">
|
||||
<i class="fa fa-twitter" aria-hidden="true"></i>
|
||||
Compose new Tweet
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<footer class="article-footer">
|
||||
|
||||
<!--
|
||||
<a data-url="{{ .Permalink }}" data-id="{{ .File.UniqueID }}" class="article-share-link">
|
||||
{{with .Site.Data.l10n.articles.share}}{{.}}{{end}}
|
||||
@ -20,4 +10,4 @@
|
||||
{{with .Site.Data.l10n.articles.comments}}{{.}}{{end}}
|
||||
</a>
|
||||
{{end}}
|
||||
</footer>
|
||||
</footer>
|
||||
|
@ -12,6 +12,6 @@ min_version = 0.15
|
||||
homepage = "https://git.paulbsd.com"
|
||||
|
||||
[original]
|
||||
author = "syui"
|
||||
homepage = "https://syui.github.io"
|
||||
repo = "https://github.com/syui/hugo-theme-arch"
|
||||
author = "syui"
|
||||
homepage = "https://syui.github.io"
|
||||
repo = "https://github.com/syui/hugo-theme-arch"
|
||||
|
Loading…
Reference in New Issue
Block a user