From fa23987ec828ba5877be5a3b89f83afa6045d88e Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Tue, 22 Jan 2019 14:25:49 +0100 Subject: [PATCH] All wiki pages have a title --- _includes/head.html | 2 +- _layouts/default.html | 1 - _layouts/sidebar.html | 7 +++++-- docs/Accounts---key-storage-specification.md | 3 +++ docs/Achieving-Darkness.md | 3 +++ docs/Active-go-ethereum-projects.md | 5 ++++- docs/Backup--restore.md | 3 +++ docs/Building-Ethereum.md | 3 +++ docs/Code-Review-Guidelines.md | 3 +++ docs/Command-Line-Options.md | 3 +++ docs/Connecting-to-the-network.md | 3 +++ docs/Contract-Tutorial.md | 3 +++ docs/Creating-your-own-Ethereum-apps-using-Eth-go.md | 3 +++ docs/Cross-compiling-Ethereum.md | 3 +++ docs/Developer-Guide.md | 3 +++ docs/Developers-Guide.md | 3 +++ docs/Diagnostic-Tool-wnode.md | 3 +++ docs/Disclaimer.md | 4 +++- docs/Ethereum-Specification.md | 3 +++ docs/Ethereum-on-Android.md | 3 +++ docs/FAQ.md | 3 +++ docs/Gas-Price-Oracle.md | 3 +++ docs/How-to-Whisper.md | 3 +++ docs/Installation-Instructions-for-ARM.md | 4 +++- docs/Installation-Instructions-for-Arch.md | 3 +++ docs/Installation-Instructions-for-FreeBSD.md | 3 +++ docs/Installation-Instructions-for-Mac.md | 3 +++ docs/Installation-Instructions-for-Ubuntu.md | 3 +++ docs/Installation-instructions-for-Windows.md | 3 +++ docs/Installing-Geth.md | 3 +++ docs/Installing-Go.md | 3 +++ docs/Issue-handling-workflow.md | 3 +++ docs/Japanese-Contracts-and-Transactions.md | 3 +++ docs/JavaScript-Console.md | 3 +++ docs/Management-APIs.md | 3 +++ docs/Managing-your-accounts.md | 3 +++ docs/Metrics-and-Monitoring.md | 3 +++ docs/Mining.md | 3 +++ docs/Mobile-Clients/Libraries-and-Inproc-Ethereum-Nodes.md | 3 +++ docs/Mobile/Account-management.md | 3 +++ docs/Mobile/Introduction.md | 3 +++ docs/Native-DApps/Go-bindings-to-Ethereum-contracts.md | 3 +++ docs/Native/Account-management.md | 3 +++ docs/Native/Introduction.md | 3 +++ docs/Peer-to-Peer.md | 3 +++ docs/Private-network.md | 3 +++ docs/Provisional-JS-API.md | 3 +++ docs/RPC-PUB-SUB.md | 3 +++ docs/Running-in-Docker.md | 4 +++- docs/Sending-ether.md | 4 +++- docs/Setting-up-Ethereum-Native.md | 3 +++ docs/Setting-up-monitoring-on-local-cluster.md | 3 +++ docs/Setting-up-private-network-or-local-cluster.md | 3 +++ docs/Swarm---TODO.md | 3 +++ docs/Swarm---distributed-preimage-archive.md | 3 +++ docs/Swarm-Channels,-Namereg-resolution-draft.md | 3 +++ docs/Swarm-Contract.md | 3 +++ docs/Tracing/Introduction.md | 3 +++ docs/URL-Scheme.md | 3 +++ docs/Whisper-Overview.md | 3 +++ docs/Whisper-js-example.md | 4 +++- docs/Whisper-v5-RPC-API.md | 4 +++- docs/Whisper-v6-RPC-API.md | 4 +++- docs/Whisper.md | 4 +++- docs/geth.md | 3 +++ docs/index.md | 3 +++ docs/other-documents.md | 3 +++ docs/swarm---POC-series.md | 3 +++ downloads.html | 1 + 69 files changed, 203 insertions(+), 13 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 3d32667258..c0e309551d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,7 +3,7 @@ - Go Ethereum + {% if page.title %}{{ page.title }} | {% endif %}Go Ethereum {% if site.google_analytics %}